Re: "lo" large object - Mailing list pgsql-general

From Tom Lane
Subject Re: "lo" large object
Date
Msg-id 24071.1032984684@sss.pgh.pa.us
Whole thread Raw
In response to "lo" large object  (Patrick Welche <prlw1@newn.cam.ac.uk>)
Responses Re: "lo" large object  (Patrick Welche <prlw1@newn.cam.ac.uk>)
List pgsql-general
Patrick Welche <prlw1@newn.cam.ac.uk> writes:
> lo being the type to keep psqlodbc happy when importing M$ access files. The
> old definition was:

> CREATE TYPE lo (
>     INTERNALLENGTH = 4,
>     INPUT = int4in,
>     OUTPUT = int4out,

Hm.  The system doesn't tolerate type cheats like that anymore
(and the code was wrong anyway, since it should've been using
oidin/oidout).

I guess we'll have to fix the contrib/lo module.  Thanks for the
report...

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Fwd: ERRONIOUS .cpg parsing
Next
From: Patrick Welche
Date:
Subject: Re: "lo" large object