ODBC type "PG_TYPE_LO_NAME" - Mailing list pgsql-novice

From J Matt Clark
Subject ODBC type "PG_TYPE_LO_NAME"
Date
Msg-id 3D83A697.60C67436@attbi.com
Whole thread Raw
Responses Re: ODBC type "PG_TYPE_LO_NAME"  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
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.   How/where is it defined, and how is it
used?

Any tips on setting this up?

Thanks,

Matt

pgsql-novice by date:

Previous
From: "sdeel"
Date:
Subject: how to process?
Next
From: Tom Lane
Date:
Subject: Re: ODBC type "PG_TYPE_LO_NAME"