We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent0dd5545 commit8641515Copy full SHA for 8641515
doc/src/sgml/release-16.sgml
@@ -761,25 +761,6 @@ Provide additional details during client certificate failures (Jacob Champion)
761
762
<itemizedlist>
763
764
-<!--
765
-Author: Jeff Davis <jdavis@postgresql.org>
766
-2022-12-13 [60684dd83] Add grantable MAINTAIN privilege and pg_maintain role.
767
-Author: Andrew Dunstan <andrew@dunslane.net>
768
-2022-11-28 [4441fc704] Provide non-superuser predefined roles for vacuum and an
769
770
-2023-01-14 [ff9618e82] Fix MAINTAIN privileges for toast tables and partitions.
771
--->
772
-
773
-<listitem>
774
-<para>
775
-Create a predefined role and grantable privilege with permission to perform maintenance operations (Nathan Bossart)
776
-</para>
777
778
779
-The predefined role is is called pg_maintain.
780
781
-</listitem>
782
783
<!--
784
Author: Robert Haas <rhaas@postgresql.org>
785
2023-03-30 [c3afe8cf5] Add new predefined role pg_create_subscription.