postgresql/doc/src/sgml
Stephen Frost 89e383b30a Add a docs section for obsoleted and renamed functions and settings
The new appendix groups information on renamed or removed settings,
commands, etc into an out-of-the-way part of the docs.

The original id elements are retained in each subsection to ensure that
the same filenames are produced for HTML docs. This prevents /current/
links on the web from breaking, and allows users of the web docs
to follow links from old version pages to info on the changes in the
new version. Prior to this change, a link to /current/ for renamed
sections like the recovery.conf docs would just 404. Similarly if
someone searched for recovery.conf they would find the pg11 docs,
but there would be no /12/ or /current/ link, so they couldn't easily
find out that it was removed in pg12 or how to adapt.

Index entries are also added so that there's a breadcrumb trail for
users to follow when they know the old name, but not what we changed it
to. So a user who is trying to find out how to set standby_mode in
PostgreSQL 12+, or where pg_resetxlog went, now has more chance of
finding that information.

Craig Ringer and Stephen Frost
Reviewed-by: Euler Taveira
Discussion: https://postgr.es/m/CAGRY4nzPNOyYQ_1-pWYToUVqQ0ThqP5jdURnJMZPm539fdizOg%40mail.gmail.com
Backpatch-through: 10
2021-03-31 16:23:18 -04:00
..
images Replace genetic algorithm ASCII-art with a real figure 2019-08-19 12:05:38 -04:00
keywords Update SQL keywords list to SQL:2016 2019-05-14 15:44:37 +02:00
ref Add a docs section for obsoleted and renamed functions and settings 2021-03-31 16:23:18 -04:00
.gitignore doc: Generate keywords table automatically 2019-05-07 15:29:39 +02:00
acronyms.sgml doc: Define TLS as an acronym 2021-03-28 11:28:12 -04:00
adminpack.sgml Doc: update remaining tables of functions/operators for new layout. 2020-05-07 14:25:25 -04:00
advanced.sgml docs: improve 'capitals' inheritance example 2020-08-31 13:43:04 -04:00
amcheck.sgml Doc: Fix contrib/amcheck tip. 2020-04-11 21:07:20 -07:00
appendix-obsolete-pgreceivexlog.sgml Add a docs section for obsoleted and renamed functions and settings 2021-03-31 16:23:18 -04:00
appendix-obsolete-pgresetxlog.sgml Add a docs section for obsoleted and renamed functions and settings 2021-03-31 16:23:18 -04:00
appendix-obsolete-pgxlogdump.sgml Add a docs section for obsoleted and renamed functions and settings 2021-03-31 16:23:18 -04:00
appendix-obsolete-recovery-config.sgml Add a docs section for obsoleted and renamed functions and settings 2021-03-31 16:23:18 -04:00
appendix-obsolete.sgml Add a docs section for obsoleted and renamed functions and settings 2021-03-31 16:23:18 -04:00
arch-dev.sgml doc: expand description of how non-SELECT queries are processed 2021-01-09 12:11:16 -05:00
array.sgml Doc: correct nitpicky mistakes in array_position/array_positions examples. 2020-06-25 13:28:37 -04:00
auth-delay.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
auto-explain.sgml Fix some grammar and typos in comments and docs 2020-11-02 15:15:20 +09:00
backup-manifest.sgml doc: Spell checking 2020-07-05 15:38:14 +02:00
backup.sgml doc: Fix description about default behavior of recovery_target_timeline. 2021-01-06 11:59:20 +09:00
bgworker.sgml Minor fixes in docs and error messages. 2020-09-09 11:53:52 -04:00
biblio.sgml Fix title in reference section 2020-09-10 14:16:31 +02:00
bki.sgml doc: add commas after 'i.e.' and 'e.g.' 2020-08-31 18:33:37 -04:00
bloom.sgml doc: make blooms docs match reality 2020-10-26 19:17:05 -04:00
brin.sgml doc: Fix inconsistencies in GIN, BRIN and SP-GiST for optional opclass methods 2020-07-08 10:42:15 +09:00
btree-gin.sgml Mark some contrib modules as "trusted". 2020-02-13 15:02:35 -05:00
btree-gist.sgml Mark some contrib modules as "trusted". 2020-02-13 15:02:35 -05:00
btree.sgml Copy editing: fix a bunch of misspellings and poor wording. 2020-09-21 12:43:42 -04:00
catalogs.sgml Use correct spelling of statistics kind 2021-03-23 05:00:19 +01:00
charset.sgml Fix some typos, grammar and style in docs and comments 2021-02-24 16:13:56 +09:00
citext.sgml Add deduplication to nbtree. 2020-02-26 13:05:30 -08:00
client-auth.sgml Fix up usage of krb_server_keyfile GUC parameter. 2020-12-30 11:38:42 -05:00
color.sgml Document color support 2020-03-29 11:15:11 +02:00
config.sgml Add a docs section for obsoleted and renamed functions and settings 2021-03-31 16:23:18 -04:00
contrib-spi.sgml Remove timetravel extension. 2018-10-11 11:43:56 -07:00
contrib.sgml doc: Fix typos 2020-11-25 09:51:00 +01:00
cube.sgml doc: Refresh more URLs in the docs 2020-07-18 22:43:41 +09:00
custom-scan.sgml doc: Clean up title case use 2019-09-08 10:27:29 +02:00
datatype.sgml Doc: explain that the string types can't store \0 (ASCII NUL). 2020-12-08 12:06:19 -05:00
datetime.sgml doc: Fix format, incorrect structure names and markup inconsistencies 2020-08-22 22:26:18 +09:00
dblink.sgml Misc documentation fixes. 2020-10-19 19:29:52 +03:00
ddl.sgml Remove bogus restriction from BEFORE UPDATE triggers 2021-01-28 16:56:07 -03:00
dfunc.sgml doc: Refresh more URLs in the docs 2020-07-18 22:43:41 +09:00
dict-int.sgml Add an "absval" parameter to allow contrib/dict_int to ignore signs. 2020-03-08 18:35:06 -04:00
dict-xsyn.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
diskusage.sgml Fix many typos and inconsistencies 2019-07-01 10:00:23 +09:00
dml.sgml doc: Fix up title case 2020-08-25 07:30:22 +02:00
docguide.sgml Remove configure-time probe for DocBook DTD. 2020-11-30 15:24:13 -05:00
earthdistance.sgml Make contrib modules' installation scripts more secure. 2020-08-10 10:44:42 -04:00
ecpg.sgml doc: add commas after 'i.e.' and 'e.g.' 2020-08-31 18:33:37 -04:00
errcodes.sgml Doc: remove now-redundant align specifications in colspecs. 2020-05-06 15:58:23 -04:00
event-trigger.sgml Doc: further fooling-about with rendering of tables in PDF output. 2020-05-06 12:23:54 -04:00
extend.sgml doc: add commas after 'i.e.' and 'e.g.' 2020-08-31 18:33:37 -04:00
external-projects.sgml Update link for pllua 2020-10-19 13:48:14 +02:00
fdwhandler.sgml doc: Spell checking 2020-07-05 15:38:14 +02:00
features.sgml doc: Clean up title case use 2020-06-07 13:18:36 +02:00
file-fdw.sgml Add missing quote in docs 2020-09-09 12:22:38 +02:00
filelist.sgml Add a docs section for obsoleted and renamed functions and settings 2021-03-31 16:23:18 -04:00
func.sgml Docs: fix pg_wal_lsn_diff manual. 2021-02-07 13:48:19 +09:00
fuzzystrmatch.sgml Mark some contrib modules as "trusted". 2020-02-13 15:02:35 -05:00
generate-errcodes-table.pl Update copyrights for 2020 2020-01-01 12:21:45 -05:00
generate-keywords-table.pl Doc: fix remaining over-length entries in SQL keywords table. 2020-05-11 20:03:55 -04:00
generic-wal.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
geqo.sgml doc: Refresh more URLs in the docs 2020-07-18 22:43:41 +09:00
gin.sgml Misc documentation fixes. 2020-10-19 19:29:52 +03:00
gist.sgml Language fixes for docs related to opclass options 2020-06-21 04:51:41 +03:00
glossary.sgml doc: add commas after 'i.e.' and 'e.g.' 2020-08-31 18:33:37 -04:00
high-availability.sgml Add a docs section for obsoleted and renamed functions and settings 2021-03-31 16:23:18 -04:00
history.sgml doc: Use proper em and en dashes 2019-10-25 20:39:41 +02:00
hstore.sgml Misc documentation fixes. 2020-10-19 19:29:52 +03:00
indexam.sgml Fix fuzzy thinking about amcanmulticol versus amcaninclude. 2020-11-15 16:10:48 -05:00
indices.sgml Fix minor issues in psql's new \dAc and related commands. 2020-08-02 17:00:26 -04:00
info.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
information_schema.sgml Doc: reformat catalog/view description tables. 2020-05-13 23:03:39 -04:00
install-windows.sgml doc: add commas after 'i.e.' and 'e.g.' 2020-08-31 18:33:37 -04:00
installation.sgml Doc: improve directions for building on macOS. 2021-01-22 18:58:40 -05:00
intagg.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
intarray.sgml Minor fixes in docs and error messages. 2020-09-09 11:53:52 -04:00
intro.sgml doc: Refresh more URLs in the docs 2020-07-18 22:43:41 +09:00
isn.sgml Misc documentation fixes. 2020-10-19 19:29:52 +03:00
jit.sgml Doc: tweak examples to silence line-too-long PDF build warnings. 2020-05-14 18:13:08 -04:00
json.sgml Doc: further fooling-about with rendering of tables in PDF output. 2020-05-06 12:23:54 -04:00
keywords.sgml doc: Generate keywords table automatically 2019-05-07 15:29:39 +02:00
legal.sgml Update copyright for 2021 2021-01-02 13:06:24 -05:00
libpq.sgml Doc: further clarify libpq's description of connection string URIs. 2021-02-26 15:24:00 -05:00
limits.sgml doc: Clean up title case use 2019-09-08 10:27:29 +02:00
lo.sgml Mark some contrib modules as "trusted". 2020-02-13 15:02:35 -05:00
lobj.sgml Doc: marginal hacking to remove some PDF build warnings. 2020-05-10 16:20:28 -04:00
logical-replication.sgml Clarify the usage of max_replication_slots on the subscriber side. 2021-03-03 10:17:47 +05:30
logicaldecoding.sgml doc: Fix some grammar and inconsistencies 2020-09-10 15:50:42 +09:00
ltree.sgml Misc documentation fixes. 2020-10-19 19:29:52 +03:00
maintenance.sgml doc: Spell checking 2020-07-05 15:38:14 +02:00
Makefile doc: Fix image use in PDF build with vpath 2019-08-19 10:30:47 +02:00
manage-ag.sgml docs: improve description of how to handle multiple databases 2020-08-21 20:23:09 -04:00
mk_feature_tables.pl Initial pgindent and pgperltidy run for v13. 2020-05-14 13:06:50 -04:00
monitoring.sgml Copy editing: fix a bunch of misspellings and poor wording. 2020-09-21 12:43:42 -04:00
mvcc.sgml Misc documentation fixes. 2020-10-19 19:29:52 +03:00
nls.sgml doc: improve NLS instruction wording 2021-01-05 14:26:37 -05:00
notation.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
oid2name.sgml Doc: fix some description of environment variables with frontend tools 2020-03-09 10:53:22 +09:00
pageinspect.sgml Fix some typos, grammar and style in docs and comments 2021-02-24 16:13:56 +09:00
parallel.sgml Misc documentation fixes. 2020-10-19 19:29:52 +03:00
passwordcheck.sgml doc: Update redirecting links 2018-07-16 10:48:05 +02:00
perform.sgml doc: add commas after 'i.e.' and 'e.g.' 2020-08-31 18:33:37 -04:00
pgbuffercache.sgml Doc: reformat catalog/view description tables. 2020-05-13 23:03:39 -04:00
pgcrypto.sgml doc: Refresh more URLs in the docs 2020-07-18 22:43:41 +09:00
pgfreespacemap.sgml Revert "Avoid the creation of the free space map for small heap relations". 2019-05-07 09:30:24 +05:30
pgprewarm.sgml Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
pgrowlocks.sgml Fix documentation of pgrowlocks using "lock_type" instead of "modes" 2018-10-02 16:34:41 +09:00
pgstandby.sgml Integrate recovery.conf into postgresql.conf 2018-11-25 16:33:40 +01:00
pgstatstatements.sgml doc: Improve some grammar and sentences 2020-12-29 18:18:59 +09:00
pgstattuple.sgml Revert "Avoid the creation of the free space map for small heap relations". 2019-05-07 09:30:24 +05:30
pgtrgm.sgml Doc: update remaining tables of functions/operators for new layout. 2020-05-07 14:25:25 -04:00
pgvisibility.sgml Don't use SGML empty tags 2017-10-17 15:10:33 -04:00
planstats.sgml Doc: tweak examples to silence line-too-long PDF build warnings. 2020-05-14 18:13:08 -04:00
plhandler.sgml doc: Clean up title case use 2019-09-08 10:27:29 +02:00
plperl.sgml docs: document which server-side languages can create procs 2020-12-23 09:37:38 -05:00
plpgsql.sgml docs: document which server-side languages can create procs 2020-12-23 09:37:38 -05:00
plpython.sgml docs: document which server-side languages can create procs 2020-12-23 09:37:38 -05:00
pltcl.sgml docs: document which server-side languages can create procs 2020-12-23 09:37:38 -05:00
postgres-fdw.sgml doc: add commas after 'i.e.' and 'e.g.' 2020-08-31 18:33:37 -04:00
postgres.sgml Add a docs section for obsoleted and renamed functions and settings 2021-03-31 16:23:18 -04:00
problems.sgml Fix inconsistencies and typos in the tree 2019-07-22 10:01:50 +09:00
protocol.sgml Fix some typos, grammar and style in docs and comments 2021-02-24 16:13:56 +09:00
queries.sgml doc: show functions returning record types and use of ROWS FROM 2020-10-05 16:27:33 -04:00
query.sgml Doc: fix description of how to use src/tutorial files. 2020-12-20 15:28:22 -05:00
rangetypes.sgml docs: clarify infinite range values from data-type infinities 2019-12-27 14:33:30 -05:00
README.links docs: PG 13 relnotes: add links and SGML formatting 2020-05-14 22:36:21 -04:00
reference.sgml Rename pg_validatebackup to pg_verifybackup. 2020-04-12 11:26:05 -04:00
regress.sgml Run UTF8-requiring collation tests by default 2019-07-31 09:46:51 +02:00
release-13.sgml Last-minute updates for release notes. 2021-02-08 11:10:40 -05:00
release.sgml docs: PG 13 relnotes: add links and SGML formatting 2020-05-14 22:36:21 -04:00
replication-origins.sgml doc: add commas after 'i.e.' and 'e.g.' 2020-08-31 18:33:37 -04:00
rowtypes.sgml docs: remove use of escape strings and use bytea hex output 2018-09-21 19:55:07 -04:00
rules.sgml Fix some typos, grammar and style in docs and comments 2021-02-24 16:13:56 +09:00
runtime.sgml Fix assorted issues in backend's GSSAPI encryption support. 2020-12-28 17:44:17 -05:00
seg.sgml Misc documentation fixes. 2020-10-19 19:29:52 +03:00
sepgsql.sgml doc: add commas after 'i.e.' and 'e.g.' 2020-08-31 18:33:37 -04:00
sourcerepo.sgml doc: Clean up title case use 2019-09-08 10:27:29 +02:00
sources.sgml doc: Improve some grammar and sentences 2020-12-29 18:18:59 +09:00
spgist.sgml doc: Fix inconsistencies in GIN, BRIN and SP-GiST for optional opclass methods 2020-07-08 10:42:15 +09:00
spi.sgml docs: document which server-side languages can create procs 2020-12-23 09:37:38 -05:00
sslinfo.sgml Add missing comma in list of SSL versions 2020-11-02 15:20:19 +01:00
standalone-install.xml Doc: tweak installation doc edits made by commit 76c2af926. 2019-09-06 11:24:42 -04:00
standalone-profile.xsl Update to DocBook 4.5 2019-08-13 08:40:17 +02:00
start.sgml Doc: tweak examples to silence line-too-long PDF build warnings. 2020-05-14 18:13:08 -04:00
storage.sgml doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5 2020-06-11 18:25:46 -04:00
stylesheet-common.xsl Doc: re-re-revise markup for tables of functions. 2020-04-30 00:34:12 -04:00
stylesheet-fo.xsl Doc: reformat catalog/view description tables. 2020-05-13 23:03:39 -04:00
stylesheet-hh.xsl doc: Add some images 2019-03-27 23:10:23 +01:00
stylesheet-html-common.xsl Recreate website's formatting for "website" doc builds. 2020-02-14 18:38:35 -08:00
stylesheet-html-nochunk.xsl doc: Add some images 2019-03-27 23:10:23 +01:00
stylesheet-man.xsl doc: Improve man build speed 2018-02-28 09:26:36 -05:00
stylesheet-speedup-common.xsl doc: Further speed improvements for HTML XSLT build 2016-12-22 15:41:44 -05:00
stylesheet-speedup-xhtml.xsl doc: Further speed improvements for HTML XSLT build 2016-12-22 15:41:44 -05:00
stylesheet-text.xsl Create INSTALL file via XSLT 2017-03-08 08:41:23 -05:00
stylesheet.css Doc: reformat catalog/view description tables. 2020-05-13 23:03:39 -04:00
stylesheet.xsl Fix docs build for website styles 2021-02-22 13:04:28 +01:00
syntax.sgml doc: improve description of subscripting of arrays 2020-08-31 13:49:17 -04:00
tableam.sgml doc: add commas after 'i.e.' and 'e.g.' 2020-08-31 18:33:37 -04:00
tablefunc.sgml Doc: update remaining tables of functions/operators for new layout. 2020-05-07 14:25:25 -04:00
tablesample-method.sgml doc: Clean up title case use 2019-09-08 10:27:29 +02:00
tcn.sgml Mark some contrib modules as "trusted". 2020-02-13 15:02:35 -05:00
test-decoding.sgml doc: Fix reference to "decoder" to instead be the correct "output plugin". 2018-07-24 10:42:59 -07:00
textsearch.sgml Misc documentation fixes. 2020-10-19 19:29:52 +03:00
trigger.sgml Enable BEFORE row-level triggers for partitioned tables 2020-03-18 18:58:05 -03:00
tsm-system-rows.sgml Mark some contrib modules as "trusted". 2020-02-13 15:02:35 -05:00
tsm-system-time.sgml Mark some contrib modules as "trusted". 2020-02-13 15:02:35 -05:00
typeconv.sgml Doc: clarify data type behavior of COALESCE and NULLIF. 2020-11-09 12:02:24 -05:00
unaccent.sgml Mark some contrib modules as "trusted". 2020-02-13 15:02:35 -05:00
user-manag.sgml Doc: further fooling-about with rendering of tables in PDF output. 2020-05-06 12:23:54 -04:00
uuid-ossp.sgml Doc: update remaining tables of functions/operators for new layout. 2020-05-07 14:25:25 -04:00
vacuumlo.sgml doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5 2020-06-11 18:25:46 -04:00
wal.sgml doc: Improve some grammar and sentences 2020-12-29 18:18:59 +09:00
xaggr.sgml doc: Clean up title case use 2019-09-08 10:27:29 +02:00
xfunc.sgml Doc: improve introductory information about procedures. 2021-03-10 11:33:50 -05:00
xindex.sgml Doc: adjust documentation related to index support functions. 2020-09-09 12:00:57 -04:00
xml2.sgml doc: add commas after 'i.e.' and 'e.g.' 2020-08-31 18:33:37 -04:00
xoper.sgml Improve selectivity estimation for assorted match-style operators. 2020-04-01 10:32:33 -04:00
xplang.sgml doc: Remove line breaks after <title> 2020-06-07 13:12:08 +02:00
xtypes.sgml doc: Clean up title case use 2019-09-08 10:27:29 +02:00

<!-- doc/src/sgml/README.links -->

Linking within DocBook documents can be confusing, so here is a summary:


Intra-document Linking
----------------------

<xref>
	use to get chapter/section number from the title of the target
	link, or xreflabel if defined at the target, or refentrytitle if target
        is a refentry;  has no close tag
	http://www.oasis-open.org/docbook/documentation/reference/html/xref.html

linkend=
	controls the target of the link/xref, required

endterm=
	for <xref>, allows the text of the link/xref to be taken from a
	different link target title

<link>
	use to supply text for the link, only uses linkend, requires </link>
	http://www.oasis-open.org/docbook/documentation/reference/html/link.html


External Linking
----------------

<ulink>
	like <link>, but uses a URL (not a document target);  requires
	</ulink>; if no text is specified, the URL appears as the link
	text
	http://www.oasis-open.org/docbook/documentation/reference/html/ulink.html

url=
	used by <ulink> to specify the URL, required


Guidelines
----------

- For an internal link, if you want to supply text, use <link>, else
  <xref>.

- Specific nouns like GUC variables, SQL commands, and contrib modules
  usually have xreflabels.

- For an external link, use <ulink>, with or without link text.