|
| 1 | +<!-- doc/src/sgml/obsolete.sgml --> |
| 2 | + |
| 3 | +<appendix id="appendix-obsolete"> |
| 4 | + <title>Obsolete or Renamed Features</title> |
| 5 | + |
| 6 | + <para> |
| 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. |
| 12 | + </para> |
| 13 | + |
| 14 | + <!-- |
| 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. |
| 19 | + |
| 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. |
| 25 | + |
| 26 | + Each entry should also insert index terms redirecting from the old to new |
| 27 | + names. The recommended spelling is |
| 28 | + |
| 29 | + <indexterm><primary>oldname</primary><see>newname</see></indexterm> |
| 30 | + |
| 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. |
| 34 | + --> |
| 35 | + |
| 36 | + &obsolete-pgxlogdump; |
| 37 | + &obsolete-pgresetxlog; |
| 38 | + &obsolete-pgreceivexlog; |
| 39 | + |
| 40 | +</appendix> |
0 commit comments