Home Explore Blog CI



postgresql

doc/src/sgml/appendix-obsolete-default-roles.sgml
90f1a38c0c76da254d0cb98f37a923d0d2e2eceac0bcb0be0000000300000363
<!-- doc/src/sgml/appendix-obsolete-default-roles.sgml -->
<!--
  See doc/src/sgml/appendix-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 <quote>Default Roles</quote>.  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 <quote>Predefined Roles</quote>.
    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>

Chunks
0a17e02e (1st chunk of `doc/src/sgml/appendix-obsolete-default-roles.sgml`)
Title: Default Roles Renamed to Predefined Roles
Summary
PostgreSQL has renamed 'Default Roles' to 'Predefined Roles' due to their immutable nature, as these roles are installed during system initialization and cannot be altered, with more information available in the documentation for Predefined Roles and the PostgreSQL 14 release notes for details on this change.