Re: pg_dump

From: "Konrad Neuwirth" <k(dot)neuwirth(at)gmail(dot)com>
To: "Bob Pawley" <rjpawley(at)shaw(dot)ca>
Cc: Postgresql <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg_dump
Date: 2006-11-23 21:45:20
Message-ID: 788d884a0611231345l36676446i68c520614cac3eaa@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

  • pg_dump at 2006-11-23 21:41:35 from Bob Pawley

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Broersma Jr 2006-11-23 21:49:09 Re: pg_dump
Previous Message Bricklen Anderson 2006-11-23 21:43:52 Re: pg_dump