forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite0cd0ea
committed
Doc: update documentation for requirement of ORDER BY in GROUPS mode.
Commitff4f889 adjusted the code to enforce the SQL spec's requirementthat a window using GROUPS mode must have an ORDER BY clause. But I missedthat the documentation explicitly said you didn't have to have one.Also minor wordsmithing in the window-function section of select.sgml.Per Masahiko Sawada, though I didn't use his patch.1 parent8e59989 commite0cd0ea
2 files changed
+5
-5
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
901 | 901 |
| |
902 | 902 |
| |
903 | 903 |
| |
904 |
| - | |
905 |
| - | |
| 904 | + | |
| 905 | + | |
906 | 906 |
| |
907 | 907 |
| |
908 | 908 |
| |
| |||
924 | 924 |
| |
925 | 925 |
| |
926 | 926 |
| |
927 |
| - | |
| 927 | + | |
928 | 928 |
| |
929 | 929 |
| |
930 | 930 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1917 | 1917 |
| |
1918 | 1918 |
| |
1919 | 1919 |
| |
1920 |
| - | |
1921 |
| - | |
| 1920 | + | |
| 1921 | + | |
1922 | 1922 |
| |
1923 | 1923 |
| |
1924 | 1924 |
| |
|
0 commit comments
Comments
(0)