[pgadmin-support] Hello

2004-09-22 Thread Jed Nicolau Filho
Hi there   I was testing pgAdmin III and I found a strange behavior with Blob:   For this table: CREATE TABLE lo_test (  id serial NOT NULL,  image lo ) WITH OIDS;   When I try insert a record only with "id" value wihout image raise this error message:   "ERROR: Invalid input syntax for Integ

Re: [pgadmin-support] Error adding columns to existing tables

2004-09-22 Thread Dave Page
Hi Derrick,   This was fixed a couple of days ago - can you try the latest snapshot from http://www.pgadmin.org/snapshots please?   Regards, Dave From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: 21 September 2004 19:58To: [EMAIL PROTECTED]

Re: [pgadmin-support] Hello

2004-09-22 Thread Andreas Pflug
Jed Nicolau Filho wrote: Hi there I was testing pgAdmin III and I found a strange behavior with Blob: For this table: CREATE TABLE lo_test ( id serial NOT NULL, image lo ) WITH OIDS; When I try insert a record only with "id" value wihout image raise this error message: "ERROR: Invalid in

Re: [pgadmin-support] Users can see each others' databases?

2004-09-22 Thread Andreas Pflug
Cheetah wrote: I suspect that in order to not be able to see other users' tables, you must revoke permissions on the pg_catalog schema (and for the enterprising users the information_schema schema too I suspect), which is where all the views and whatnot that pgadmin queries to list tables live. If