1ALTER LARGE OBJECT(7) PostgreSQL 9.2.24 Documentation ALTER LARGE OBJECT(7)
2
3
4
6 ALTER_LARGE_OBJECT - change the definition of a large object
7
9 ALTER LARGE OBJECT large_object_oid OWNER TO new_owner
10
12 ALTER LARGE OBJECT changes the definition of a large object. The only
13 functionality is to assign a new owner. You must be superuser or owner
14 of the large object to use ALTER LARGE OBJECT.
15
17 large_object_oid
18 OID of the large object to be altered
19
20 new_owner
21 The new owner of the large object
22
24 There is no ALTER LARGE OBJECT statement in the SQL standard.
25
27 Chapter 32, Large Objects, in the documentation
28
29
30
31PostgreSQL 9.2.24 2017-11-06 ALTER LARGE OBJECT(7)