Re: pg_dump

From: Bricklen Anderson <banderson(at)presinet(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:43:52
Message-ID: 45661618.7070500@presinet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bob Pawley wrote:
> 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
>
>

The "$" is part of the OS prompt. Windows would look something like
"c:\pg_dump mydb > db.out". Omit the "$" and it should be fine.

In response to

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

Browse pgsql-general by date

  From Date Subject
Next Message Konrad Neuwirth 2006-11-23 21:45:20 Re: pg_dump
Previous Message Bob Pawley 2006-11-23 21:41:35 pg_dump