| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Cassiano, Marco" <mcassiano(at)manord(dot)com> |
| Cc: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: PgAdmin : table backup problem |
| Date: | 2007-02-15 16:51:54 |
| Message-ID: | 26817.1171558314@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
"Cassiano, Marco" <mcassiano(at)manord(dot)com> writes:
> If I understand well, PgAdmin fails in composing the correct pg_dump command.
> The switch combination -t collezioni -n anamat doesn't work. The
> manual says that the -n switch is ignored when -t is used
> The right (at least, working) syntax seems to be the following :
> /usr/local/pgsql/bin/pg_dump -U user -F c -v -f /tmp/collezioni.backup -t anamat.collezioni mdn
This is something that was changed in 8.2. You seem to be using a
PgAdmin that expects the pre-8.2 convention. If this is the latest
version of PgAdmin then you need to complain to the PgAdmin developers
(not here --- they have their own mailing lists).
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andy Shellam (Mailing Lists) | 2007-02-15 16:56:07 | Re: PgAdmin : table backup problem |
| Previous Message | Alvaro Herrera | 2007-02-15 13:58:08 | Re: [pgsql-es-ayuda] tabla pg_user ... |