Commit 5a72eadc authored by Bruce Momjian's avatar Bruce Momjian

Add mention of lo_unlink to manual

parent ce2a9f37
<!-- <!--
$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 $
--> -->
<chapter id="largeObjects"> <chapter id="largeObjects">
...@@ -238,6 +238,21 @@ int lo_close(PGconn *conn, int fd) ...@@ -238,6 +238,21 @@ int lo_close(PGconn *conn, int fd)
returns zero. On error, the return value is negative. returns zero. On error, the return value is negative.
</para> </para>
</sect2> </sect2>
<sect2>
<title>Removing a Large Object</title>
<para>
To remove a large object from the database, call
<synopsis>
Oid lo_unlink(PGconn *<replaceable class="parameter">conn</replaceable>, Oid lobjId)
</synopsis>
The lobjId argument specifies the Oid of the large
object to remove.
</para>
</sect2>
</sect1> </sect1>
<sect1> <sect1>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment