mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
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
This commit is contained in:
@ -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>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user