Skip to content

Commit 79fd620

Browse files
committed
doc: Fix whitespace issue in PDF
Move <indexterm> outside of <para> to avoid whitespace issue in PDF output. Author: Jürgen Purtz <juergen@purtz.de> Discussion: https://www.postgresql.org/message-id/flat/158996922318.7035.10603922579567326239@wrigleys.postgresql.org
1 parent 6eee73e commit 79fd620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/query.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,9 +548,9 @@ SELECT *
548548
it here to help you understand the following topics.
549549
</para>
550550

551-
<para>
552-
<indexterm><primary>join</primary><secondary>outer</secondary></indexterm>
551+
<indexterm><primary>join</primary><secondary>outer</secondary></indexterm>
553552

553+
<para>
554554
Now we will figure out how we can get the Hayward records back in.
555555
What we want the query to do is to scan the
556556
<structname>weather</structname> table and for each row to find the

0 commit comments

Comments
 (0)