4 ALTER LARGE OBJECT — change the definition of a large object
8 ALTER LARGE OBJECT large_object_oid OWNER TO { new_owner | CURRENT_ROLE | CURREN
9 T_USER | SESSION_USER }
13 ALTER LARGE OBJECT changes the definition of a large object.
15 You must own the large object to use ALTER LARGE OBJECT. To alter the
16 owner, you must also be able to SET ROLE to the new owning role.
17 (However, a superuser can alter any large object anyway.) Currently,
18 the only functionality is to assign a new owner, so both restrictions
24 OID of the large object to be altered
27 The new owner of the large object
31 There is no ALTER LARGE OBJECT statement in the SQL standard.