From ebe124eacd7c3faa36ed358e7cc1d7c5b419e5f6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:18:09 +0200 Subject: Merging upstream version 15.6. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/sql-createuser.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/sql-createuser.html') diff --git a/doc/src/sgml/html/sql-createuser.html b/doc/src/sgml/html/sql-createuser.html index 90839be..4dc2433 100644 --- a/doc/src/sgml/html/sql-createuser.html +++ b/doc/src/sgml/html/sql-createuser.html @@ -1,5 +1,5 @@ -CREATE USER

CREATE USER

CREATE USER — define a new database role

Synopsis

+CREATE USER

CREATE USER

CREATE USER — define a new database role

Synopsis

 CREATE USER name [ [ WITH ] option [ ... ] ]
 
 where option can be:
@@ -32,4 +32,4 @@ CREATE USER name [ [ WITH ] CREATE USER statement is a
    PostgreSQL extension.  The SQL standard
    leaves the definition of users to the implementation.
-  

See Also

CREATE ROLE
\ No newline at end of file +

See Also

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