| From: | Richard Broersma Jr <rabroersma(at)yahoo(dot)com> |
|---|---|
| To: | Bob Pawley <rjpawley(at)shaw(dot)ca>, Postgresql <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: pg_dump |
| Date: | 2006-11-23 21:49:09 |
| Message-ID: | 101970.83755.qm@web31814.mail.mud.yahoo.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
>
> "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
The $ isn't part of the command, it just just part of the shell's command-line prompt.
My shell command line prompt looks like this:
richard(at)db_server01 ~ $
if i want to jump a database then I would type the following command after the prompt:
richard(at)db_server01 ~ $ pg_dump mydb > db.out
Regards,
Richard Broersma Jr.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bob Pawley | 2006-11-23 22:08:27 | Re: pg_dump |
| Previous Message | Konrad Neuwirth | 2006-11-23 21:45:20 | Re: pg_dump |