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 Integer: "" "
How to fix it ?
Thanks in advance
Best Regards
Jed