pgsql: doc: Fix whitespace issue in PDF

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix whitespace issue in PDF
Date: 2020-09-04 06:47:11
Message-ID: E1kE5V9-0005x5-8N@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix whitespace issue in PDF

Move <indexterm> outside of <para> to avoid whitespace issue in PDF
output.

Author: Jürgen Purtz <juergen(at)purtz(dot)de>
Discussion: https://www.postgresql.org/message-id/flat/158996922318(dot)7035(dot)10603922579567326239(at)wrigleys(dot)postgresql(dot)org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/79fd620b20b7721c2b591ef495be79b6347286c1

Modified Files
--------------
doc/src/sgml/query.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-09-04 16:40:46 pgsql: Fix rare deadlock failure in create_am regression test.
Previous Message Peter Eisentraut 2020-09-04 06:20:33 pgsql: doc: Use tags consistently in the tutorial chapter