lo type

From: "Dagoberto Torres" <support(at)info-plus(dot)org>
To: <pgsql-bugs(at)postgresql(dot)org>
Subject: lo type
Date: 2004-11-27 21:23:54
Message-ID: 41A8F06A.000003.01408@DAGOBERTO
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello.

In postgresql 7.3.1 I created

create domain lo as oid;
CREATE TABLE fotograph(code varchar(10) not null, foto lo);

It worked perfectly

Recently I upgrade for beta 2 and I can't retrieve anymore the pictures I
save

I'm using visual basic 6 odbc 7.03.02

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-11-28 19:21:33 Re: lo type
Previous Message Tom Lane 2004-11-27 18:20:14 Re: bug in information_schema?