forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1cdf384
committed
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: v121 parent7b6ba8c commit1cdf384
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1850 | 1850 |
| |
1851 | 1851 |
| |
1852 | 1852 |
| |
1853 |
| - | |
1854 |
| - | |
| 1853 | + | |
1855 | 1854 |
| |
1856 | 1855 |
| |
1857 | 1856 |
| |
|
0 commit comments
Comments
(0)