documentation for lo_* functions
Hi.
Where is the proper documentation for lo_* functions (e.g. lo_open) that
are available as SQL functions? I see libpq functions documented in
/static/lo-interfaces.html, but not the SQL ones (from pg_catalog).
Thank you,
Pawel.
Hello Pawel,
2014-11-17 11:55 GMT+03:00 Pawel Veselov <pawel.veselov@gmail.com>:
Hi.
Where is the proper documentation for lo_* functions (e.g. lo_open) that
are available as SQL functions? I see libpq functions documented in
/static/lo-interfaces.html, but not the SQL ones (from pg_catalog).
Here http://www.postgresql.org/docs/9.4/static/lo-funcs.html
"There are additional server-side functions corresponding to each of the
client-side functions described earlier; indeed, for the most part the
client-side functions are simply interfaces to the equivalent server-side
functions."
--
// Dmitriy.