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
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly