Обсуждение: Re(2): Copying a Database

Поиск
Список
Период
Сортировка

Re(2): Copying a Database

От
"pgsql-admin"
Дата:
a followup to my reply...
you can try 'copy'.

database=# \h copy
Command:     COPY
Description: Copies data between files and tables
Syntax:
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' ]


sherwin