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

Commit438df52

Browse files
committed
Suppress duplicate-index-entry warning introduced by previous commit.
We don't need two index entries for lo_create pointing at the same section.It's a bit pedantic for the toolchain to warn about this, but warn it does.
1 parentc50b7c0 commit438df52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/lobj.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ int lo_unlink(PGconn *conn, Oid lobjId);
600600
client-side functions are simply interfaces to the equivalent server-side
601601
functions. The ones just as convenient to call via SQL commands are
602602
<function>lo_creat</function><indexterm><primary>lo_creat</></>,
603-
<function>lo_create</function><indexterm><primary>lo_create</></>,
603+
<function>lo_create</function>,
604604
<function>lo_unlink</function><indexterm><primary>lo_unlink</></>,
605605
<function>lo_import</function><indexterm><primary>lo_import</></>, and
606606
<function>lo_export</function><indexterm><primary>lo_export</></>.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp