mirror of https://github.com/postgres/postgres
The term 'default roles' wasn't quite apt as these roles aren't able to be modified or removed after installation, so rename them to be 'Predefined Roles' instead, adding an entry into the newly added Obsolete Appendix to help users of current releases find the new documentation. Bruce Momjian and Stephen Frost Discussion: https://postgr.es/m/157742545062.1149.11052653770497832538%40wrigleys.postgresql.org and https://www.postgresql.org/message-id/20201120211304.GG16415@tamriel.snowman.netpull/64/head
parent
a68a894f01
commit
c9c41c7a33
@ -0,0 +1,22 @@ |
||||
<!-- doc/src/sgml/obsolete-default-roles.sgml --> |
||||
<!-- |
||||
See doc/src/sgml/obsolete.sgml for why this file exists. Do not change the id attribute. |
||||
--> |
||||
|
||||
<sect1 id="default-roles" xreflabel="default-roles"> |
||||
<title>Default Roles renamed to Predefined Roles</title> |
||||
|
||||
<indexterm> |
||||
<primary>default-roles</primary> |
||||
</indexterm> |
||||
|
||||
<para> |
||||
PostgreSQL 13 and below used the term 'Default Roles', however, as these |
||||
roles are not able to actually be changed and are installed as part of the |
||||
system at initialization time, the more appropriate term to use is "Predefined Roles". |
||||
See <xref linkend="predefined-roles"/> for current documentation regarding |
||||
Predefined Roles, and <link linkend="release-prior">the release notes for |
||||
PostgreSQL 14</link> for details on this change. |
||||
</para> |
||||
|
||||
</sect1> |
Loading…
Reference in new issue