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
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]
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
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