Re: large obiect in postgres 7.3

From: netim2(at)isp(dot)pl
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: large obiect in postgres 7.3
Date: 2002-12-16 07:34:37
Message-ID: 20021216073437.15447.qmail@hart.isp.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc


Hi,

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

>You need to use the 7.3 version of contrib/lo.

I don't understand what i should do...

In pogrgres 7.2 I made a dump pg_dump.....

Now I have postgres 7.3 and I can't restore backup becouse
script try create type lo, and postgres return error : function int4out(lo)
does not exist, and stop restore.

I can drop type lo in postgres 7.2, make dump, and restore backup without
type lo. But What should I do instead of type lo ?

NETim

Browse pgsql-odbc by date

  From Date Subject
Next Message Bruce Holt 2002-12-16 16:53:45 Max LongVarChar
Previous Message Hiroshi Inoue 2002-12-16 04:49:27 Re: Bug in psqlodbc7.03.0001