vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| "Cassiano, Marco" <mcassiano@manord.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 ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |
| ||||
| Tom Lane wrote: > "Cassiano, Marco" <mcassiano@manord.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). > FYI (the OP's original e-mail was copied in to pgadmin-support) this is fixed in the upcoming PgAdmin 1.6.3. |