diff options
author | Peter Eisentraut | 2020-09-04 06:39:01 +0000 |
---|---|---|
committer | Peter Eisentraut | 2020-09-04 06:39:01 +0000 |
commit | 79fd620b20b7721c2b591ef495be79b6347286c1 (patch) | |
tree | a7f599791b08992f5684e5e19d4a6e13b57b954e | |
parent | 6eee73e4e5b6d499f1a5529f209ce4af86ef5152 (diff) |
doc: Fix whitespace issue in PDF
Move <indexterm> outside of <para> to avoid whitespace issue in PDF
output.
Author: Jürgen Purtz <[email protected]>
Discussion: https://www.postgresql.org/message-id/flat/[email protected]
-rw-r--r-- | doc/src/sgml/query.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/query.sgml b/doc/src/sgml/query.sgml index bdb455f300..497aae416b 100644 --- a/doc/src/sgml/query.sgml +++ b/doc/src/sgml/query.sgml @@ -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 |