Hi: When I try 'pg_dump -f output.txt -t <tablename> -d <databasename>', output.txt is always filled with INSERT statements. The same holdstrue 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!