projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a44a0a4
)
Correct documention of lo_unlink return value as int, not Oid.
author
Bruce Momjian
Thu, 18 Apr 2002 14:28:14 +0000
(14:28 +0000)
committer
Bruce Momjian
Thu, 18 Apr 2002 14:28:14 +0000
(14:28 +0000)
doc/src/sgml/lobj.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/lobj.sgml
b/doc/src/sgml/lobj.sgml
index cd3e3bb8af1f6c9ba2ab8ca75973b30a496712ee..246fbbfea27fd1269b732093302e845cbc0b809e 100644
(file)
--- a/
doc/src/sgml/lobj.sgml
+++ b/
doc/src/sgml/lobj.sgml
@@
-1,5
+1,5
@@
@@
-267,10
+267,10
@@
int lo_close(PGconn *conn, int fd)
To remove a large object from the database, call
-
Oid
lo_unlink(PGconn *
conn
, Oid lobjId)
+
int
lo_unlink(PGconn *
conn
, Oid lobjId)
The
lobjId
argument specifies the OID of the large
- object to remove.
+ object to remove.
In the event of an error, the return value is negative.