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