next up previous contents index
Next: Crear Up: Alterar... Previous: COMMENT   Índice General   Índice de Materias

COPY

Descripción: Copies data between files and tables
COPY [ BINARY ] table [ WITH OIDS ]
    FROM { 'filename' | stdin }
    [ [USING] DELIMITERS 'delimiter' ]
    [ WITH NULL AS 'null string' ]
COPY [ BINARY ] table [ WITH OIDS ]
    TO { 'filename' | stdout }
    [ [USING] DELIMITERS 'delimiter' ]
    [ WITH NULL AS 'null string' ]



Ismael Olea 2001-04-21