File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -396,10 +396,14 @@ int lo_unlink(PGconn *conn, Oid lobjId);
396
396
397
397
<para>
398
398
There are server-side functions callable from SQL that correspond to
399
- each of the client-side functions described above; indeed, for the
400
- most part the client-side functions are simply interfaces to the
401
- equivalent server-side functions. The ones that are actually useful
402
- to call via SQL commands are
399
+ each of the client-side functions described above(please note
400
+ that the server side function
401
+ for <function>lo_read</function> is <function>loread</function> and
402
+ the server side function for <function>lo_write</function>
403
+ is <function>lowrite</function>); indeed, for the most part the
404
+ client-side functions are simply interfaces to the equivalent
405
+ server-side functions. The ones that are actually useful to call
406
+ via SQL commands are
403
407
<function>lo_creat</function><indexterm><primary>lo_creat</></>,
404
408
<function>lo_create</function><indexterm><primary>lo_create</></>,
405
409
<function>lo_unlink</function><indexterm><primary>lo_unlink</></>,
You can’t perform that action at this time.
0 commit comments