HomeMogDBMogDB StackUqbar
v2.1

Documentation:v2.1

Supported Versions:

ALTER LARGE OBJECT

Function

ALTER LARGE OBJECT changes the owner of a large object.

Precautions

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

Syntax

AlterLargeObject ::= ALTER LARGE OBJECT large_object_oid
    OWNER TO new_owner;

Parameter Description

  • large_object_oid

    Specifies the OID of the large object to be modified.

    Value range: an existing large object name

  • OWNER TO new_owner

    Specifies the new owner of an object.

    Value range: an existing username or role name

Examples

None

Copyright © 2011-2024 www.enmotech.com All rights reserved.