| From: | "Liliana Matos" <matos(dot)liliana(at)gmail(dot)com> |
|---|---|
| To: | pgsql-novice(at)postgresql(dot)org |
| Subject: | Re: pg_dump |
| Date: | 2007-04-26 09:55:23 |
| Message-ID: | 54e4d1210704260255j5327424fmea93257511ae850f@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
I think that the problem is because you have a capital letter, try put
qoutation marks("") or ' ' on eventOrganizer
> eventOrganizer=# pg_dump "eventOrganizer";
On 4/26/07, Andrej Ricnik-Bay <andrej(dot)groups(at)gmail(dot)com> wrote:
>
> On 4/26/07, stephen` <mail(at)xesoftware(dot)com(dot)au> wrote:
>
> > 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?
> In trying to run pg_dump from within psql ... you run that
> on the command line.
>
>
> Cheers,
> Andrej
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Reinhard Hnat | 2007-04-26 10:08:08 | How long does commit take? |
| Previous Message | Andrej Ricnik-Bay | 2007-04-26 09:18:01 | Re: pg_dump |