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

Commitc3fd6a1

Browse files
doc: Add missing semicolon in example
One of the examples on the SELECT page was missing a semicolon froma listing which has the look and feel of being a psql session. Thisadds the missing semicolon and also removes the newline between thequery and results to match the other examples nearby.Backpatch to all supported branches to avoid backpatching issues onthis page.Reported-by: tim.needham2@gmail.comDiscussion:https://postgr.es/m/169965004097.225187.12941375915673151540@wrigleys.postgresql.orgBackpatch-through: v12
1 parent06e8e71 commitc3fd6a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎doc/src/sgml/ref/select.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1918,8 +1918,7 @@ WITH t AS (
19181918
)
19191919
SELECT * FROM t
19201920
UNION ALL
1921-
SELECT * FROM t
1922-
1921+
SELECT * FROM t;
19231922
x
19241923
--------------------
19251924
0.534150459803641

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp