forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit06169ff
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 parentc30f1fc commit06169ff
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1918 | 1918 |
| |
1919 | 1919 |
| |
1920 | 1920 |
| |
1921 |
| - | |
1922 |
| - | |
| 1921 | + | |
1923 | 1922 |
| |
1924 | 1923 |
| |
1925 | 1924 |
| |
|
0 commit comments
Comments
(0)