Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5a72ead

Browse files
committed
Add mention of lo_unlink to manual
1 parentce2a9f3 commit5a72ead

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

‎doc/src/sgml/lobj.sgml

Lines changed: 16 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp