This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the
current
version, or one of the other supported versions listed above instead.
PostgreSQL |
Prev |
Chapter 42.
Large Objects |
Next |
Below is a sample program which shows how the large object
interface in LIBPQ can be used. Parts of the program are commented
out but are left in the source for the readers benefit. This
program can be found in ../src/test/examples Frontend applications which
use the large object interface in LIBPQ should include the header
file libpq/libpq-fs.h and link with the libpq library.