pg_dump: COPY vs INSERT - Mailing list pgsql-admin

From Colton A Smith
Subject pg_dump: COPY vs INSERT
Date
Msg-id Pine.LNX.4.62.0606160806110.32464@cetus5.cs.utk.edu
Whole thread Raw
Responses Re: pg_dump: COPY vs INSERT  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
Hi:

   When I try 'pg_dump -f output.txt -t <tablename> -d <databasename>',
output.txt is always filled with INSERT statements.  The same holds
true if I use the '-a' option as well.  How can I configure pg_dump to
output a file I can use with COPY instead?

Thanks as always!

pgsql-admin by date:

Previous
From: Infor Gates
Date:
Subject: pg_restore
Next
From: Tom Lane
Date:
Subject: Re: pg_dump: COPY vs INSERT