diff options
author | Tatsuo Ishii | 2013-06-11 05:25:58 +0000 |
---|---|---|
committer | Tatsuo Ishii | 2013-06-11 05:30:26 +0000 |
commit | f5ef162dffdd608ea48d9632d7847a1bd393d9c6 (patch) | |
tree | 89ce6ff00cc90c588399724a50098cf04d7b4d08 /doc/src | |
parent | 723543511472b4e5ec97e7302a10cd29ffe01081 (diff) |
Add description that loread()/lowrite() are corresponding to
lo_read()/lo_write() in libpq to avoid confusion.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/lobj.sgml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/src/sgml/lobj.sgml b/doc/src/sgml/lobj.sgml index 3241bff800f..9ddb9c74dc0 100644 --- a/doc/src/sgml/lobj.sgml +++ b/doc/src/sgml/lobj.sgml @@ -396,10 +396,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</></>, |