Thread: pgsql: Don't put before in items.

pgsql: Don't put before in items.

From
Tom Lane
Date:
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
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/00298ad9d8c9da42f338ecd0c6b3a7b737d387ee

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