From: Tatsuo Ishii Date: Tue, 11 Jun 2013 05:25:58 +0000 (+0900) Subject: Add description that loread()/lowrite() are corresponding to X-Git-Tag: REL9_1_10~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=219ef8e33ce09725a9ae1c345c63b98884a101d6;p=postgresql Add description that loread()/lowrite() are corresponding to lo_read()/lo_write() in libpq to avoid confusion. --- diff --git a/doc/src/sgml/lobj.sgml b/doc/src/sgml/lobj.sgml index 291409fde0..74bd91d13e 100644 --- a/doc/src/sgml/lobj.sgml +++ b/doc/src/sgml/lobj.sgml @@ -411,10 +411,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,