From 2a0f262beff32ba86bcb58f3273214e5d0517c09 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 21:16:24 +0200 Subject: Merging upstream version 16.3. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/sql-alterrole.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/sql-alterrole.html') diff --git a/doc/src/sgml/html/sql-alterrole.html b/doc/src/sgml/html/sql-alterrole.html index 2c0fbc9..a538a67 100644 --- a/doc/src/sgml/html/sql-alterrole.html +++ b/doc/src/sgml/html/sql-alterrole.html @@ -1,5 +1,5 @@ -ALTER ROLE

ALTER ROLE

ALTER ROLE — change a database role

Synopsis

+ALTER ROLE

ALTER ROLE

ALTER ROLE — change a database role

Synopsis

 ALTER ROLE role_specification [ WITH ] option [ ... ]
 
 where option can be:
@@ -191,4 +191,4 @@ ALTER ROLE fred IN DATABASE devel SET client_min_messages = DEBUG;
 

Compatibility

The ALTER ROLE statement is a PostgreSQL extension. -

\ No newline at end of file +

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