From 46651ce6fe013220ed397add242004d764fc0153 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:15:05 +0200 Subject: Adding upstream version 14.5. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/sql-alterlargeobject.html | 20 ++++++++++++++++++++ 1 file changed, 20 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..b575fa4 --- /dev/null +++ b/doc/src/sgml/html/sql-alterlargeobject.html @@ -0,0 +1,20 @@ + +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 a direct or indirect member of 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