Re: [GENERAL] Problem running native windows Postgres 8 pg_dump etc on

2005-01-14 Thread Magnus Hagander
> > You should run the Cygwin tools from Cygwin. They work fine > against a > > native backend. > > Thanks, I'll have to wait for the port of P8.0.0 rc4 to > cygwin as the current cygwin port of pg_dump is 8.0.0 B2 and > does not work correctly for reason of the error 'column > "nsptablespace

Re: [GENERAL] Problem running native windows Postgres 8 pg_dump etc on

2005-01-14 Thread laurie . burrow
Magnus wrote: > You should run the Cygwin tools from Cygwin. They work fine against a > native backend. Thanks, I'll have to wait for the port of P8.0.0 rc4 to cygwin as the current cygwin port of pg_dump is 8.0.0 B2 and does not work correctly for reason of the error 'column "nsptablespace" does

Re: [GENERAL] Problem running native windows Postgres 8 pg_dump etc on cygwin from bash

2005-01-14 Thread Magnus Hagander
You should run the Cygwin tools from Cygwin. They work fine against a native backend. //Magnus > -Original Message- > > I have many database build scripts written for cygwin bash. > These scripts use the cygwin port of postgres 7.4 and its > client tools like psql, pg_dump etc. > I hav