Обсуждение: pgsql: Don't put before in items.

Поиск
Список
Период
Сортировка

pgsql: Don't put before in items.

От
Tom Lane
Дата:
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
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/225046199c434d64a0ba3693f23157894c96dfbb

Modified Files
--------------
doc/src/sgml/config.sgml |   17 +++++++----------
doc/src/sgml/libpq.sgml  |    2 +-
2 files changed, 8 insertions(+), 11 deletions(-)