lo_unlink

Function

Remove a large object from the database.

Prototype

int lo_unlink(PGconn* conn, Oid lobjId);

Parameter

Table 1 lo_unlink parameters

Keyword

Parameter Description

conn

A database connection

lobjId

The OID of the large object to be removed

Return Value

int Returns 1 if successful, -1 on failure.

Example

For details, see Example.

Feedback
编组 3备份
    openGauss 2024-05-19 00:42:09
    cancel