ODBC type "PG_TYPE_LO_NAME"

Поиск
Список
Период
Сортировка
От J Matt Clark
Тема ODBC type "PG_TYPE_LO_NAME"
Дата
Msg-id 3D83A697.60C67436@attbi.com
обсуждение исходный текст
Ответы Re: ODBC type "PG_TYPE_LO_NAME"  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "sdeel"
Дата:
Сообщение: how to process?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ODBC type "PG_TYPE_LO_NAME"