documentation for lo_* functions

Started by Pawel Veselovover 11 years ago2 messagesgeneral
Jump to latest
#1Pawel 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).

Thank you,
Pawel.

#2Dmitriy Igrishin
dmitigr@gmail.com
In reply to: Pawel Veselov (#1)
Re: documentation for lo_* functions

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.