pg_dump

From: "stephen`" <mail(at)xesoftware(dot)com(dot)au>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: pg_dump
Date: 2007-04-26 07:53:43
Message-ID: 000201c787d8$0492be40$6701a8c0@tablet
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi

I have a database called eventOrganizer and I am trying to do a backup.

When I go pg_dump eventOrganizer;

I get this:

eventOrganizer=# pg_dump eventOrganizer;
ERROR: syntax error at or near "pg_dump" at character 1
LINE 1: pg_dump eventOrganizer;

Can someone tell me where I am going wrong?

Thanks

Stephen Choularton
0413 545 182
02 9999 2226



Responses

  • Re: pg_dump at 2007-04-26 09:18:01 from Andrej Ricnik-Bay

Browse pgsql-novice by date

  From Date Subject
Next Message stephen` 2007-04-26 07:53:59 column and table names
Previous Message Fei Liu 2007-04-25 21:37:09 how to view the content of schema pg_catalog?