This is the example found in the documentation to dump a database.
"Examples To dump a database:
$ pg_dump mydb > db.out"The following - $ pg_dump aurel > aurel.out - gives me "ERROR: syntax error at or near "$" at character 1"What am I missing???Bob
Responses
Re: pg_dump at 2006-11-23 21:43:52 from Bricklen Anderson
Re: pg_dump at 2006-11-23 21:45:20 from Konrad Neuwirth
Re: pg_dump at 2006-11-23 21:49:09 from Richard Broersma Jr