Colton A Smith <[EMAIL PROTECTED]> writes: > When I try 'pg_dump -f output.txt -t <tablename> -d <databasename>', > 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 ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq