Re: ODBC type "PG_TYPE_LO_NAME" - Mailing list pgsql-novice

From Tom Lane
Subject Re: ODBC type "PG_TYPE_LO_NAME"
Date
Msg-id 18841.1032040271@sss.pgh.pa.us
Whole thread Raw
In response to ODBC type "PG_TYPE_LO_NAME"  (J Matt Clark <jmattclark@attbi.com>)
List pgsql-novice
J Matt Clark <jmattclark@attbi.com> writes:
> Under src/interfaces/odbc, connection.c generates the SQL statement
> select oid from pg_type where typname = '" PG_TYPE_LO_NAME"';
> and PG_TYPE_LO_NAME is 'lo'
> lo does not seem to exist in pg_type.

That's a hook for supporting the contrib/lo/ package.

            regards, tom lane

pgsql-novice by date:

Previous
From: J Matt Clark
Date:
Subject: ODBC type "PG_TYPE_LO_NAME"
Next
From: "Mark Seftel"
Date:
Subject: SIGHUP the postmaster