Commit 79fd620b authored by Peter Eisentraut's avatar Peter Eisentraut

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
parent 6eee73e4
......@@ -548,9 +548,9 @@ SELECT *
it here to help you understand the following topics.
</para>
<para>
<indexterm><primary>join</primary><secondary>outer</secondary></indexterm>
<indexterm><primary>join</primary><secondary>outer</secondary></indexterm>
<para>
Now we will figure out how we can get the Hayward records back in.
What we want the query to do is to scan the
<structname>weather</structname> table and for each row to find the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment