Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Win32 pg_dump fails for single table backup



Arnaud Lesauvage wrote:
Dave Page a écrit :
Are you sure you're running 1.6.3? I get (not the non default schema, and that both the schema and table names need quoting):

C:\Program Files\PostgreSQL\8.2\bin\pg_dump.exe -i -h localhost -p 5432 -U postgres -F c -v -f "c:\foo.bak" -t "\"FOO\".\"Role\"" postgres

That's very strange !
I get :

C:\Program Files\pgAdmin III\1.6\pg_dump.exe -i -h localhost -p 5432 -U postgres -F c -v -f "D:\foo.backup" -t "FooTable" -n "FOO" postgres

What does

C:\Program Files\pgAdmin III\1.6\pg_dump.exe --version

return?

Regards, Dave



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group