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
This commit is contained in:
parent
6eee73e4e5
commit
79fd620b20
@ -548,9 +548,9 @@ SELECT *
|
|||||||
it here to help you understand the following topics.
|
it here to help you understand the following topics.
|
||||||
</para>
|
</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.
|
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
|
What we want the query to do is to scan the
|
||||||
<structname>weather</structname> table and for each row to find the
|
<structname>weather</structname> table and for each row to find the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user