Re: pg_dump - Mailing list pgsql-general

From Konrad Neuwirth
Subject Re: pg_dump
Date
Msg-id 788d884a0611231345l36676446i68c520614cac3eaa@mail.gmail.com
Whole thread Raw
In response to pg_dump  (Bob Pawley <rjpawley@shaw.ca>)
List pgsql-general
> 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???

The $ character is there to indicate the prompt your shell gives you.
If you leave it off at the beginning of your command, things should
just run fine.

Konrad

pgsql-general by date:

Previous
From: Bob Pawley
Date:
Subject: pg_dump
Next
From: Richard Broersma Jr
Date:
Subject: Re: pg_dump