Add description that loread()/lowrite() are corresponding to
authorTatsuo Ishii
Tue, 11 Jun 2013 05:25:58 +0000 (14:25 +0900)
committerTatsuo Ishii
Tue, 11 Jun 2013 05:25:58 +0000 (14:25 +0900)
lo_read()/lo_write() in libpq to avoid confusion.

doc/src/sgml/lobj.sgml

index db5bc100f8fde83e5cb531e5e14416308fab9e32..6dbc84c03ec45389c36cb3786391486293117d60 100644 (file)
@@ -527,10 +527,14 @@ int lo_unlink(PGconn *conn, Oid lobjId);
 
   
    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 lo_read is loread and
+   the server side function for lo_write
+   is lowrite); 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
    lo_creatlo_creat,
    lo_createlo_create,
    lo_unlinklo_unlink,