"lo" large object - Mailing list pgsql-general

From Patrick Welche
Subject "lo" large object
Date
Msg-id 20020925202224.B9603@quartz.newn.cam.ac.uk
Whole thread Raw
Responses Re: "lo" large object  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Just got stuck in the v7.2->v7.3 load:

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

lo being the type to keep psqlodbc happy when importing M$ access files. The
old definition was:

--
-- TOC entry 2 (OID 229586)
-- Name: lo; Type: TYPE; Schema: ; Owner: prlw1
--

CREATE TYPE lo (
    INTERNALLENGTH = 4,
    INPUT = int4in,
    OUTPUT = int4out,
    DEFAULT = '',
    ALIGNMENT = int4,
    STORAGE = plain,
    PASSEDBYVALUE
);

Suggestions? (Is my lo defn out of date, or maybe psqlodbc?)

Cheers,

Patrick

pgsql-general by date:

Previous
From: Unixprgrmr@aol.com
Date:
Subject: Fwd: how do I detect when I have reached the last record of the table in ecpg?
Next
From: Tom Lane
Date:
Subject: Re: Fwd: ERRONIOUS .cpg parsing