From 311bcfc6b3acdd6fd152798c7f287ddf74fa2a98 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 16 Apr 2024 21:46:48 +0200 Subject: Adding upstream version 15.4. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/sql-dropuser.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/src/sgml/html/sql-dropuser.html (limited to 'doc/src/sgml/html/sql-dropuser.html') diff --git a/doc/src/sgml/html/sql-dropuser.html b/doc/src/sgml/html/sql-dropuser.html new file mode 100644 index 0000000..90bc7b4 --- /dev/null +++ b/doc/src/sgml/html/sql-dropuser.html @@ -0,0 +1,11 @@ + +DROP USER

DROP USER

DROP USER — remove a database role

Synopsis

+DROP USER [ IF EXISTS ] name [, ...]
+

Description

+ DROP USER is simply an alternate spelling of + DROP ROLE. +

Compatibility

+ The DROP USER statement is a + PostgreSQL extension. The SQL standard + leaves the definition of users to the implementation. +

See Also

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