/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
doc/src/sgml/appendix-obsolete-default-roles.sgml
22 строки
867 B
Peter Eisentraut
Fix file references inside some SGML comments
20 июн 2022, 15:33
20 июн 2022, 15:33
2253f5b
Код
Авторство
О чём код?
<!-- 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>