projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c50b7c0
)
Suppress duplicate-index-entry warning introduced by previous commit.
author
Tom Lane
Mon, 28 Oct 2013 14:00:28 +0000
(10:00 -0400)
committer
Tom Lane
Mon, 28 Oct 2013 14:00:28 +0000
(10:00 -0400)
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.
doc/src/sgml/lobj.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/lobj.sgml
b/doc/src/sgml/lobj.sgml
index 05a93109911219d961015416f13e004a640440ae..cdeafdddfe0c962b6ed8c48fb93dd057f2d56b7f 100644
(file)
--- a/
doc/src/sgml/lobj.sgml
+++ b/
doc/src/sgml/lobj.sgml
@@
-600,7
+600,7
@@
int lo_unlink(PGconn *conn, Oid lobjId);
client-side functions are simply interfaces to the equivalent server-side
functions. The ones just as convenient to call via SQL commands are
lo_creat
lo_creat>>,
-
lo_create
lo_create>>
,
+
lo_create
,
lo_unlink
lo_unlink>>,
lo_import
lo_import>>, and
lo_export
lo_export>>.