pg_dump

From: Bob Pawley <rjpawley(at)shaw(dot)ca>
To: Postgresql <pgsql-general(at)postgresql(dot)org>
Subject: pg_dump
Date: 2006-11-23 21:41:35
Message-ID: 006201c70f48$26968890$8e904618@owner
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Browse pgsql-general by date

  From Date Subject
Next Message Bricklen Anderson 2006-11-23 21:43:52 Re: pg_dump
Previous Message Tom Lane 2006-11-23 19:47:27 Re: Shutting down a warm standby database in 8.2beta3