Add mention of lo_unlink to manual
authorBruce Momjian
Mon, 15 May 2000 12:42:23 +0000 (12:42 +0000)
committerBruce Momjian
Mon, 15 May 2000 12:42:23 +0000 (12:42 +0000)
doc/src/sgml/lobj.sgml

index e052e83c0cef925b17c7a2ff307f8199f9cb3ded..9d9b9c80bd66bf77d370e57fa36a8dcaba0af515 100644 (file)
@@ -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.
+    
+   
+
+