]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Add description that loread()/lowrite() are corresponding to
authorTatsuo Ishii <ishii@postgresql.org>
Tue, 11 Jun 2013 05:25:58 +0000 (14:25 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Tue, 11 Jun 2013 05:29:44 +0000 (14:29 +0900)
lo_read()/lo_write() in libpq to avoid confusion.

doc/src/sgml/lobj.sgml

index e1c80f7e792fe77677492a76f86c76e46eac1f72..d033ef96a8aed2f2b57227596cf5ed1bf74ba87a 100644 (file)
@@ -411,10 +411,14 @@ int lo_unlink(PGconn *conn, Oid lobjId);
 
   <para>
    There are server-side functions callable from SQL that correspond to
-   each of the client-side functions described above; 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
+   each of the client-side functions described above(please note
+   that the server side function
+   for <function>lo_read</function> is <function>loread</function> and
+   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_create</function><indexterm><primary>lo_create</></>,
    <function>lo_unlink</function><indexterm><primary>lo_unlink</></>,