diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2020-09-04 08:39:01 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2020-09-04 08:39:01 +0200 |
commit | 79fd620b20b7721c2b591ef495be79b6347286c1 (patch) | |
tree | a7f599791b08992f5684e5e19d4a6e13b57b954e /doc/src | |
parent | 6eee73e4e5b6d499f1a5529f209ce4af86ef5152 (diff) | |
download | postgresql-79fd620b20b7721c2b591ef495be79b6347286c1.tar.gz postgresql-79fd620b20b7721c2b591ef495be79b6347286c1.zip |
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
Diffstat (limited to 'doc/src')
-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 bdb455f3008..497aae416b3 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 |