Add description that loread()/lowrite() are corresponding to

lo_read()/lo_write() in libpq to avoid confusion.
This commit is contained in:
Tatsuo Ishii 2013-06-11 14:25:58 +09:00
parent f80872b4bb
commit ca97a8dff5

View File

@ -411,10 +411,14 @@ int lo_unlink(PGconn *conn, Oid lobjId);
<para> <para>
There are server-side functions callable from SQL that correspond to There are server-side functions callable from SQL that correspond to
each of the client-side functions described above; indeed, for the each of the client-side functions described above(please note
most part the client-side functions are simply interfaces to the that the server side function
equivalent server-side functions. The ones that are actually useful for <function>lo_read</function> is <function>loread</function> and
to call via SQL commands are the server side function for <function>lo_write</function>
is <function>lowrite</function>); indeed, for the most part the
client-side functions are simply interfaces to the equivalent
server-side functions. The ones that are actually useful to call
via SQL commands are
<function>lo_creat</function><indexterm><primary>lo_creat</></>, <function>lo_creat</function><indexterm><primary>lo_creat</></>,
<function>lo_create</function><indexterm><primary>lo_create</></>, <function>lo_create</function><indexterm><primary>lo_create</></>,
<function>lo_unlink</function><indexterm><primary>lo_unlink</></>, <function>lo_unlink</function><indexterm><primary>lo_unlink</></>,