Add libpq new API lo_import_with_oid() which is similar to lo_import()
Tatsuo Ishii <ishii@postgresql.org>
Add libpq new API lo_import_with_oid() which is similar to lo_import() except that lob's oid can be specified.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/lobj.sgml | modified | +23 −1 |
| src/interfaces/libpq/exports.txt | modified | +2 −1 |
| src/interfaces/libpq/fe-lobj.c | modified | +30 −3 |
| src/interfaces/libpq/libpq-fe.h | modified | +2 −1 |