We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2a9f3 commit 5a72eadCopy full SHA for 5a72ead
doc/src/sgml/lobj.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/lobj.sgml,v 1.11 2000/05/02 20:01:52 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/lobj.sgml,v 1.12 2000/05/15 12:42:23 momjian Exp $
3
-->
4
5
<chapter id="largeObjects">
@@ -238,6 +238,21 @@ int lo_close(PGconn *conn, int fd)
238
returns zero. On error, the return value is negative.
239
</para>
240
</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
256
</sect1>
257
258
<sect1>
0 commit comments