large obiect in postgres 7.3

From: netim2(at)isp(dot)pl
To: pgsql-odbc(at)postgresql(dot)org
Subject: large obiect in postgres 7.3
Date: 2002-12-13 18:41:24
Message-ID: 20021213184124.32066.qmail@hart.isp.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

When i try to create lo type:
create type lo (
internallength=4,
externallength=10,
input=int4in,
output=int4out,
default='',
passedbyvalue
);

I get a error : function int4out(lo) does not exist ?????

I can't restore base from postgres 7.2....

Why ?

NETim

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Tom Lane 2002-12-13 20:02:32 Re: large obiect in postgres 7.3
Previous Message Eric Hallander 2002-12-13 14:57:02 Re: BoolsAsChar