1
0
forked from docs/doc-exports
doc-exports/docs/dws/dev/dws_06_0129.html
Lu, Huayi a24ca60074 DWS DEVELOPER 811 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2023-01-19 13:37:49 +00:00

3.2 KiB

ALTER LARGE OBJECT

Function

ALTER LARGE OBJECT modifies the definition of a large object. It can only assign a new owner to a large object.

Precautions

Only the administrator or the owner of the to-be-modified large object can run ALTER LARGE OBJECT.

Syntax

1
2
ALTER LARGE OBJECT large_object_oid 
    OWNER TO new_owner;

Parameter Description

  • large_object_oid

    OID of a large object.

    Value range: an existing large object name

  • OWNER TO new_owner

    New owner of a large object

    Value range: an existing user name/role

Examples

None.