Re: PGSQL insert data to a oid column using SOCI

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: PGSQL insert data to a oid column using SOCI
Дата
Msg-id CAKFQuwa4X35NafjeOdpkT-9v-oN-PsB6k=-NtMgax=biTFikaQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PGSQL insert data to a oid column using SOCI  (Chamath Sajeewa <csgsajeewa@gmail.com>)
Список pgsql-novice
On Wednesday, July 29, 2020, Chamath Sajeewa <csgsajeewa@gmail.com> wrote:
What is the correct data type to be used for large objects then?

Please don’t top-post.

If you want to use large objects you should follow the examples in the documentation.  Specifically:


Though as you are using a client library it should be telling you how it implements the large object api which is usually quite different than its SQL api.

David J.

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

Предыдущее
От: Chamath Sajeewa
Дата:
Сообщение: Re: PGSQL insert data to a oid column using SOCI
Следующее
От: Chamath Sajeewa
Дата:
Сообщение: PGSQL returning into in insert statement