From 79fd620b20b7721c2b591ef495be79b6347286c1 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 4 Sep 2020 08:39:01 +0200 Subject: [PATCH] doc: Fix whitespace issue in PDF MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Move outside of to avoid whitespace issue in PDF output. Author: Jürgen Purtz Discussion: https://www.postgresql.org/message-id/flat/158996922318.7035.10603922579567326239@wrigleys.postgresql.org --- doc/src/sgml/query.sgml | 4 ++-- 1 file 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. - - joinouter + joinouter + 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 weather table and for each row to find the -- 2.39.5