File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
-->
4
4
5
5
<chapter id="largeObjects">
@@ -238,6 +238,21 @@ int lo_close(PGconn *conn, int fd)
238
238
returns zero. On error, the return value is negative.
239
239
</para>
240
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
+
241
256
</sect1>
242
257
243
258
<sect1>
You can’t perform that action at this time.
0 commit comments