git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e262755)
Improve description of loread/lowrite.
2013年6月12日 16:20:59 +0000 (12:20 -0400)
2013年6月12日 16:20:59 +0000 (12:20 -0400)
Patch by me, reviewed by Tatsuo Ishii.


diff --git a/doc/src/sgml/lobj.sgml b/doc/src/sgml/lobj.sgml
index 6dbc84c03ec45389c36cb3786391486293117d60..dcd5e82580dfff16fe6218cd977c1ff7d91aef27 100644 (file)
--- a/doc/src/sgml/lobj.sgml
+++ b/doc/src/sgml/lobj.sgml
@@ -527,14 +527,10 @@ 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(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
+ 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
<function>lo_creat</function><indexterm><primary>lo_creat</></>,
<function>lo_create</function><indexterm><primary>lo_create</></>,
<function>lo_unlink</function><indexterm><primary>lo_unlink</></>,
@@ -576,6 +572,14 @@ SELECT lo_export(image.raster, '/tmp/motd') FROM image
The client-side functions do not require superuser privilege.
</para>
+ <para>
+ The functionality of <function>lo_read</function> and
+ <function>lo_write</function> is also available via server-side calls,
+ but the names of the server-side functions differ from the client side
+ interfaces in that they do not contain underscores. You must call
+ these functions as <function>loread</> and <function>lowrite</>.
+ </para>
+
</sect1>
<sect1 id="lo-examplesect">
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /