Re: [GENERAL] FW: Schema with Postgress 8.1

2006-01-31 Thread Jim C. Nasby
It would probably be very useful to turn on query logging in PostgreSQL to see what exactly the ODBC layer is attempting to do. In the meantime, you can certainly create a postgres schema. If you want to do this via psql: psql -c 'create schema postgres; grant all on schema postgres to public' da

[GENERAL] FW: Schema with Postgress 8.1

2006-01-30 Thread chris preston
Hello all, I have setup a fedora 4 box with Postgress 8.0.6 (with Schemas). The problem is that by windows odbc driver that i have setup shows me the tables but when i double click to display the fields i get a message Connectivity error. Error while executing the query,ERROR: schemas "postgress"