Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5a72ead

Browse files
committed
Add mention of lo_unlink to manual
1 parent ce2a9f3 commit 5a72ead

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

doc/src/sgml/lobj.sgml

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/lobj.sgml,v 1.11 2000/05/02 20:01:52 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/lobj.sgml,v 1.12 2000/05/15 12:42:23 momjian Exp $
33
-->
44

55
<chapter id="largeObjects">
@@ -238,6 +238,21 @@ int lo_close(PGconn *conn, int fd)
238238
returns zero. On error, the return value is negative.
239239
</para>
240240
</sect2>
241+
242+
<sect2>
243+
<title>Removing a Large Object</title>
244+
245+
<para>
246+
To remove a large object from the database, call
247+
<synopsis>
248+
Oid lo_unlink(PGconn *<replaceable class="parameter">conn</replaceable>, Oid lobjId)
249+
</synopsis>
250+
The lobjId argument specifies the Oid of the large
251+
object to remove.
252+
</para>
253+
</sect2>
254+
255+
241256
</sect1>
242257

243258
<sect1>

0 commit comments

Comments
 (0)