From dede9a6ada00d4975240e5a60de220124d547a08 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 11 Jun 2020 18:19:25 -0400 Subject: [PATCH] doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5 xreflabels prevent references to the chapter numbers of sections id's. It should only be used in specific cases. Discussion: https://postgr.es/m/8315c0ca-7758-8823-fcb6-f37f9413e6b6@2ndquadrant.com Backpatch-through: 9.5 --- doc/src/sgml/ecpg.sgml | 2 +- doc/src/sgml/geqo.sgml | 2 +- doc/src/sgml/gin.sgml | 2 +- doc/src/sgml/gist.sgml | 2 +- doc/src/sgml/libpq.sgml | 2 +- doc/src/sgml/maintenance.sgml | 2 +- doc/src/sgml/plperl.sgml | 2 +- doc/src/sgml/plpgsql.sgml | 2 +- doc/src/sgml/plpython.sgml | 2 +- doc/src/sgml/spgist.sgml | 2 +- doc/src/sgml/spi.sgml | 2 +- doc/src/sgml/storage.sgml | 2 +- doc/src/sgml/vacuumlo.sgml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 8957efe1c8e..6ebbe2c09d2 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1,6 +1,6 @@ - + <application>ECPG</application> - Embedded <acronym>SQL</acronym> in C embedded SQLin C diff --git a/doc/src/sgml/geqo.sgml b/doc/src/sgml/geqo.sgml index 1f81ab2c6d2..e0f8adcd6ed 100644 --- a/doc/src/sgml/geqo.sgml +++ b/doc/src/sgml/geqo.sgml @@ -1,6 +1,6 @@ - + Genetic Query Optimizer diff --git a/doc/src/sgml/gin.sgml b/doc/src/sgml/gin.sgml index 65a4fc65abe..69544bb3972 100644 --- a/doc/src/sgml/gin.sgml +++ b/doc/src/sgml/gin.sgml @@ -1,6 +1,6 @@ - + GIN Indexes diff --git a/doc/src/sgml/gist.sgml b/doc/src/sgml/gist.sgml index 8365e00639e..2e7d48f5b96 100644 --- a/doc/src/sgml/gist.sgml +++ b/doc/src/sgml/gist.sgml @@ -1,6 +1,6 @@ - + GiST Indexes diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index f793c015f34..d5440522a4a 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,6 +1,6 @@ - + <application>libpq</application> - C Library diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index 25883ca3b41..0c2d008b86c 100644 --- a/doc/src/sgml/maintenance.sgml +++ b/doc/src/sgml/maintenance.sgml @@ -690,7 +690,7 @@ HINT: Stop the postmaster and vacuum that database in single-user mode. - + The Autovacuum Daemon diff --git a/doc/src/sgml/plperl.sgml b/doc/src/sgml/plperl.sgml index 6f37b829e3c..9117769125a 100644 --- a/doc/src/sgml/plperl.sgml +++ b/doc/src/sgml/plperl.sgml @@ -1,6 +1,6 @@ - + PL/Perl - Perl Procedural Language diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index 412e7807ee3..719f641c88e 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -1,6 +1,6 @@ - + <application>PL/pgSQL</application> - <acronym>SQL</acronym> Procedural Language diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml index bedf3ad501b..bb681bb23c5 100644 --- a/doc/src/sgml/plpython.sgml +++ b/doc/src/sgml/plpython.sgml @@ -1,6 +1,6 @@ - + PL/Python - Python Procedural Language PL/Python diff --git a/doc/src/sgml/spgist.sgml b/doc/src/sgml/spgist.sgml index 7a2c79a285d..0cd58169aa4 100644 --- a/doc/src/sgml/spgist.sgml +++ b/doc/src/sgml/spgist.sgml @@ -1,6 +1,6 @@ - + SP-GiST Indexes diff --git a/doc/src/sgml/spi.sgml b/doc/src/sgml/spi.sgml index 1c0713a6309..66ab8fbe3d0 100644 --- a/doc/src/sgml/spi.sgml +++ b/doc/src/sgml/spi.sgml @@ -1,6 +1,6 @@ - + Server Programming Interface diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index f616e651d4c..adf9343363a 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -287,7 +287,7 @@ where PPP is the PID of the owning backend and - + TOAST diff --git a/doc/src/sgml/vacuumlo.sgml b/doc/src/sgml/vacuumlo.sgml index 35cca166ebd..9da61c93fe4 100644 --- a/doc/src/sgml/vacuumlo.sgml +++ b/doc/src/sgml/vacuumlo.sgml @@ -1,6 +1,6 @@ - + vacuumlo -- 2.39.5