diff options
author | Robert Haas <rhaas@postgresql.org> | 2022-07-05 13:31:42 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2022-07-05 13:31:42 -0400 |
commit | b9eb0ff09eb843566645679c3ab65b3c9d12c08b (patch) | |
tree | 6cc17b6841a403900ff82d9a6eb427f07cd9fe58 /doc/src | |
parent | 09878cdd489ff7aca761998e7cb104f4fd98ae02 (diff) | |
download | postgresql-b9eb0ff09eb843566645679c3ab65b3c9d12c08b.tar.gz postgresql-b9eb0ff09eb843566645679c3ab65b3c9d12c08b.zip |
Rename pg_checkpointer predefined role to pg_checkpoint.
This is more consistent with how other predefined roles that confer
specific privileges are named.
Nathan Bosart
Discussion: http://postgr.es/m/CA+TgmoatH7+yYe+A8uJFNogg3VUDtFE6c-77yHAY8TRWR7oqyw@mail.gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/checkpoint.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/user-manag.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/checkpoint.sgml b/doc/src/sgml/ref/checkpoint.sgml index 1cebc03d15e..28a1d717b87 100644 --- a/doc/src/sgml/ref/checkpoint.sgml +++ b/doc/src/sgml/ref/checkpoint.sgml @@ -53,7 +53,7 @@ CHECKPOINT <para> Only superusers or users with the privileges of - the <link linkend="predefined-roles-table"><literal>pg_checkpointer</literal></link> + the <link linkend="predefined-roles-table"><literal>pg_checkpoint</literal></link> role can call <command>CHECKPOINT</command>. </para> </refsect1> diff --git a/doc/src/sgml/user-manag.sgml b/doc/src/sgml/user-manag.sgml index 9067be1d9c7..6eaaaa36b88 100644 --- a/doc/src/sgml/user-manag.sgml +++ b/doc/src/sgml/user-manag.sgml @@ -583,7 +583,7 @@ DROP ROLE doomed_role; COPY and other functions which allow executing a server-side program.</entry> </row> <row> - <entry>pg_checkpointer</entry> + <entry>pg_checkpoint</entry> <entry>Allow executing the <link linkend="sql-checkpoint"><command>CHECKPOINT</command></link> command.</entry> |