forked from docs/doc-exports
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>
3.2 KiB
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.
Parent topic: DDL Syntax