int4out(lo) does not exist (create type) - Mailing list pgsql-bugs

From
Subject int4out(lo) does not exist (create type)
Date
Msg-id 1601.65.37.179.78.1040148880.squirrel@newmail.scubadiving.com
Whole thread Raw
List pgsql-bugs
At http://gborg.postgresql.org/project/psqlodbc/faq/faq.php?faq_id=52

a method is presented for creating a type: 'lo', for handling
large data objects that may be imported from other DBs such as
MS Access.

create type lo (
   internallength=4,
   externallength=10,
   input=int4in,
   output=int4out,
   default='',
   passedbyvalue
);

When this command is presented to pg 7.3, the response is:

ERROR:  TypeCreate: function int4out(lo) does not exist

regards,

bullshark

pgsql-bugs by date:

Previous
From: Robert Treat
Date:
Subject: Re: odd behavior: function not atomic/not seeing it's own
Next
From: Bruno Wolff III
Date:
Subject: COPY problem with bad dates