Re: [ADMIN] pg_dump: COPY vs INSERT

2006-06-17 Thread Tom Lane
Colton A Smith <[EMAIL PROTECTED]> writes: >When I try 'pg_dump -f output.txt -t -d ', > output.txt is always filled with INSERT statements. That's what the -d switch tells it to do. Better read the man page again, or see pg_dump --help. regards, tom lane --

[ADMIN] pg_dump: COPY vs INSERT

2006-06-17 Thread Colton A Smith
Hi: When I try 'pg_dump -f output.txt -t -d ', 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! ---(end of broadca