We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentc50b7c0 commit438df52Copy full SHA for 438df52
doc/src/sgml/lobj.sgml
@@ -600,7 +600,7 @@ int lo_unlink(PGconn *conn, Oid lobjId);
600
client-side functions are simply interfaces to the equivalent server-side
601
functions. The ones just as convenient to call via SQL commands are
602
<function>lo_creat</function><indexterm><primary>lo_creat</></>,
603
- <function>lo_create</function><indexterm><primary>lo_create</></>,
+ <function>lo_create</function>,
604
<function>lo_unlink</function><indexterm><primary>lo_unlink</></>,
605
<function>lo_import</function><indexterm><primary>lo_import</></>, and
606
<function>lo_export</function><indexterm><primary>lo_export</></>.