pgsql: Don't put before in items. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Don't put before in items.
Date
Msg-id E1UJSqW-0008J7-8y@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Don't put <indexterm> before <term> in <varlistentry> items.

Doing that results in a broken index entry in PDF output.  We had only
a few like that, which is probably why nobody noticed before.
Standardize on putting the <term> first.

Josh Kupershmidt

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cdc67938c086104ef7a0e2f1e6912e9ee0ba4c85

Modified Files
--------------
doc/src/sgml/config.sgml |   20 ++++++++------------
doc/src/sgml/libpq.sgml  |    2 +-
2 files changed, 9 insertions(+), 13 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Don't put before in items.
Next
From: Tom Lane
Date:
Subject: pgsql: Don't put before in items.