in reply to
Re^2: postgresql bytea escaping
in thread
postgresql bytea escaping
The created OID is a reference to pg_largeobject.loid, the table where the binary data are stored. The data are already copied into the database.
Comment on
Re^3: postgresql bytea escaping
In Section
Seekers of Perl Wisdom