ODBC type "PG_TYPE_LO_NAME"

From: J Matt Clark <jmattclark(at)attbi(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: ODBC type "PG_TYPE_LO_NAME"
Date: 2002-09-14 21:13:59
Message-ID: 3D83A697.60C67436@attbi.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2002-09-14 21:51:11 Re: ODBC type "PG_TYPE_LO_NAME"
Previous Message Hubert depesz Lubaczewski 2002-09-14 12:15:24 Re: pl/pgsql and returns timestamp type