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

Commit77234f4

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 parentd3d73e8 commit77234f4

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
@@ -1857,8 +1857,7 @@ WITH t AS (
18571857
)
18581858
SELECT * FROM t
18591859
UNION ALL
1860-
SELECT * FROM t
1861-
1860+
SELECT * FROM t;
18621861
x
18631862
--------------------
18641863
0.534150459803641

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp