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