"lo" large object

From: Patrick Welche <prlw1(at)newn(dot)cam(dot)ac(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: "lo" large object
Date: 2002-09-25 19:22:24
Message-ID: 20020925202224.B9603@quartz.newn.cam.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-09-25 20:08:28 Re: Fwd: ERRONIOUS .cpg parsing
Previous Message Neil Conway 2002-09-25 17:17:56 Re: Prepared statement performance...