Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitca97a8d

Browse files
committed
Add description that loread()/lowrite() are corresponding to
lo_read()/lo_write() in libpq to avoid confusion.
1 parentf80872b commitca97a8d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

‎doc/src/sgml/lobj.sgml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -411,10 +411,14 @@ int lo_unlink(PGconn *conn, Oid lobjId);
411411

412412
<para>
413413
There are server-side functions callable from SQL that correspond to
414-
each of the client-side functions described above; indeed, for the
415-
most part the client-side functions are simply interfaces to the
416-
equivalent server-side functions. The ones that are actually useful
417-
to call via SQL commands are
414+
each of the client-side functions described above(please note
415+
that the server side function
416+
for <function>lo_read</function> is <function>loread</function> and
417+
the server side function for <function>lo_write</function>
418+
is <function>lowrite</function>); indeed, for the most part the
419+
client-side functions are simply interfaces to the equivalent
420+
server-side functions. The ones that are actually useful to call
421+
via SQL commands are
418422
<function>lo_creat</function><indexterm><primary>lo_creat</></>,
419423
<function>lo_create</function><indexterm><primary>lo_create</></>,
420424
<function>lo_unlink</function><indexterm><primary>lo_unlink</></>,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp