Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit79fd620

Browse files
committed
doc: Fix whitespace issue in PDF
Move <indexterm> outside of <para> to avoid whitespace issue in PDFoutput.Author: Jürgen Purtz <juergen@purtz.de>Discussion:https://www.postgresql.org/message-id/flat/158996922318.7035.10603922579567326239@wrigleys.postgresql.org
1 parent6eee73e commit79fd620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/query.sgml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,9 +548,9 @@ SELECT *
548548
it here to help you understand the following topics.
549549
</para>
550550

551-
<para>
552-
<indexterm><primary>join</primary><secondary>outer</secondary></indexterm>
551+
<indexterm><primary>join</primary><secondary>outer</secondary></indexterm>
553552

553+
<para>
554554
Now we will figure out how we can get the Hayward records back in.
555555
What we want the query to do is to scan the
556556
<structname>weather</structname> table and for each row to find the

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp