On Jan 28, 2006, at 4:20 PM, Eric B. Ridge wrote:
Dude, "pg_dump" is not a psql command, nor is it a SQL command. It's a command-line program. You run it from your shell:$ pg_dump --schema-only pg_dump > xrms-schema.dmp
pardon my type-o. This should read: $ pg_dump --schema-only contacts > xrms-schema.dmp eric