projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce2a9f3
)
Add mention of lo_unlink to manual
author
Bruce Momjian
Mon, 15 May 2000 12:42:23 +0000
(12:42 +0000)
committer
Bruce Momjian
Mon, 15 May 2000 12:42:23 +0000
(12:42 +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 e052e83c0cef925b17c7a2ff307f8199f9cb3ded..9d9b9c80bd66bf77d370e57fa36a8dcaba0af515 100644
(file)
--- a/
doc/src/sgml/lobj.sgml
+++ b/
doc/src/sgml/lobj.sgml
@@
-1,5
+1,5
@@
@@
-238,6
+238,21
@@
int lo_close(PGconn *conn, int fd)
returns zero. On error, the return value is negative.
+
+
+
Removing a Large Object
+
+
+ To remove a large object from the database, call
+
+Oid lo_unlink(PGconn *
conn
, Oid lobjId)
+
+ The lobjId argument specifies the Oid of the large
+ object to remove.
+
+
+
+