From 293913568e6a7a86fd1479e1cff8e2ecb58d6568 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 15:44:03 +0200 Subject: Adding upstream version 16.2. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/sql-alterlargeobject.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/src/sgml/html/sql-alterlargeobject.html (limited to 'doc/src/sgml/html/sql-alterlargeobject.html') diff --git a/doc/src/sgml/html/sql-alterlargeobject.html b/doc/src/sgml/html/sql-alterlargeobject.html new file mode 100644 index 0000000..4fb0710 --- /dev/null +++ b/doc/src/sgml/html/sql-alterlargeobject.html @@ -0,0 +1,21 @@ + +ALTER LARGE OBJECT

ALTER LARGE OBJECT

ALTER LARGE OBJECT — change the definition of a large object

Synopsis

+ALTER LARGE OBJECT large_object_oid OWNER TO { new_owner | CURRENT_ROLE | CURRENT_USER | SESSION_USER }
+

Description

+ ALTER LARGE OBJECT changes the definition of a + large object. +

+ You must own the large object to use ALTER LARGE OBJECT. + To alter the owner, you must also be able to SET ROLE to + the new owning role. + (However, a superuser can alter any large object anyway.) + Currently, the only functionality is to assign a new owner, so both + restrictions always apply. +

Parameters

large_object_oid

+ OID of the large object to be altered +

new_owner

+ The new owner of the large object +

Compatibility

+ There is no ALTER LARGE OBJECT statement in the SQL + standard. +

See Also

Chapter 35
\ No newline at end of file -- cgit v1.2.3