ALTER LARGE OBJECT changes the owner of a large object.
Only the owner of a large object or a system administrator can run this statement.
1 2 | ALTER LARGE OBJECT large_object_oid OWNER TO new_owner; |
Specifies the OID of the large object to be modified.
Value range: An existing large object name.
Specifies the new owner of the large object.
Value range: An existing user name/role.
None.