1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00
Files
postgres/doc/src/sgml/appendix-obsolete.sgml
Stephen Frost c9c41c7a33 Rename Default Roles to Predefined Roles
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.net
2021-04-01 15:32:06 -04:00

43 lines
1.6 KiB
Plaintext

<!-- doc/src/sgml/obsolete.sgml -->
<appendix id="appendix-obsolete">
<title>Obsolete or Renamed Features</title>
<para>
Functionality is sometimes removed from PostgreSQL, feature, setting
and file names sometimes change, or documentation moves to different
places. This section directs users coming from old versions of the
documentation or from external links to the appropriate new location
for the information they need.
</para>
<!--
This section exists so that people following /current/ links to documentation
don't get a 404 when we move or rename things. And users who find old versions
of the docs in searches or old command names when checking the index can
follow links to the new commands.
Each subsection here should retain the same <chapter>, <appendix> and/or
<sect1> "id" attribute that was used for the relevant documentation before
it was renamed or moved. Do not prepend "obsolete-" or anything, keep it
exactly the same. These ids are used to determine the filenames for generated
HTML docs so changing them will break links.
Each entry should also insert index terms redirecting from the old to new
names. The recommended spelling is
<indexterm><primary>oldname</primary><see>newname</see></indexterm>
We don't bother with attempting to maintain down-version linking, e.g from
pg_waldump to pg_xlogdump. Users of old versions should use old docs. There
is no need to add index terms pointing from the new to old names.
-->
&obsolete-recovery-config;
&obsolete-default-roles;
&obsolete-pgxlogdump;
&obsolete-pgresetxlog;
&obsolete-pgreceivexlog;
</appendix>