|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/lobj.sgml,v 1.26 2002/01/20 22:19:56 petere Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/lobj.sgml,v 1.27 2002/04/18 14:28:14 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="largeObjects">
|
@@ -267,10 +267,10 @@ int lo_close(PGconn *conn, int fd)
|
267 | 267 | <para>
|
268 | 268 | To remove a large object from the database, call
|
269 | 269 | <synopsis>
|
270 |
| -Oid lo_unlink(PGconn *<replaceable class="parameter">conn</replaceable>, Oid lobjId) |
| 270 | +int lo_unlink(PGconn *<replaceable class="parameter">conn</replaceable>, Oid lobjId) |
271 | 271 | </synopsis>
|
272 | 272 | The <parameter>lobjId</parameter> argument specifies the OID of the large
|
273 |
| - object to remove. |
| 273 | + object to remove. In the event of an error, the return value is negative. |
274 | 274 | </para>
|
275 | 275 | </sect2>
|
276 | 276 |
|
|