From 5e45211a64149b3c659b90ff2de6fa982a5a93ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:17:33 +0200 Subject: Adding upstream version 15.5. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/sql-dropgroup.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/src/sgml/html/sql-dropgroup.html (limited to 'doc/src/sgml/html/sql-dropgroup.html') diff --git a/doc/src/sgml/html/sql-dropgroup.html b/doc/src/sgml/html/sql-dropgroup.html new file mode 100644 index 0000000..91dbe76 --- /dev/null +++ b/doc/src/sgml/html/sql-dropgroup.html @@ -0,0 +1,9 @@ + +DROP GROUP

DROP GROUP

DROP GROUP — remove a database role

Synopsis

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

Description

+ DROP GROUP is now an alias for + DROP ROLE. +

Compatibility

+ There is no DROP GROUP statement in the SQL standard. +

See Also

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