Re: largeobject

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: largeobject
Дата
Msg-id 3C156AC9.DD073E7D@tpf.co.jp
обсуждение исходный текст
Ответ на Re: largeobject  (odbc Postgres <psqlodbc@yahoo.com>)
Список pgsql-odbc
odbc Postgres wrote:
>
> Hi, Inoue,
>
>    Thank you very much.
> I use the following definition in my ODBC program.
>   create type lo (
>     internallength=4,
>     externallength=10,
>     input=int4in,
>     output=int4out,
>     default='',
>     passedbyvalue
>   );
> Another question: If I "Drop type lo", does the lo
> object exist yet?

Please wait to drop the type lo.
The largeobjects still exist even after you drop
the type but you would no longer be able to refer
to them using the type.
I'm thinking how to handle it now.

regards,
Hiroshi Inoue

В списке pgsql-odbc по дате отправления:

Предыдущее
От: odbc Postgres
Дата:
Сообщение: Re: largeobject
Следующее
От: "Matteo Cavalleri"
Дата:
Сообщение: Re: largeobject