Re(2): Copying a Database - Mailing list pgsql-admin

From pgsql-admin
Subject Re(2): Copying a Database
Date
Msg-id fc.000f567200888446000f567200888446.88847d@fc.emc.com.ph
Whole thread Raw
List 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


pgsql-admin by date:

Previous
From: "pgsql-admin"
Date:
Subject: Re: Copying a Database
Next
From: Luis Sousa
Date:
Subject: Re: Restore template1