Re: PGSQL insert data to a oid column using SOCI - Mailing list pgsql-novice

From David G. Johnston
Subject Re: PGSQL insert data to a oid column using SOCI
Date
Msg-id CAKFQuwa4X35NafjeOdpkT-9v-oN-PsB6k=-NtMgax=biTFikaQ@mail.gmail.com
Whole thread Raw
In response to Re: PGSQL insert data to a oid column using SOCI  (Chamath Sajeewa <csgsajeewa@gmail.com>)
List 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 by date:

Previous
From: Chamath Sajeewa
Date:
Subject: Re: PGSQL insert data to a oid column using SOCI
Next
From: Chamath Sajeewa
Date:
Subject: PGSQL returning into in insert statement