Skip to content

Commit 5581f22

Browse files
committed
Update SQL conformance entries for window functions functionality
1 parent 9c4c703 commit 5581f22

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/backend/catalog/sql_features.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -471,14 +471,14 @@ T572 Multiset-returning external SQL-invoked functions NO
471471
T581 Regular expression substring function YES
472472
T591 UNIQUE constraints of possibly null columns YES
473473
T601 Local cursor references NO
474-
T611 Elementary OLAP operations NO
475-
T612 Advanced OLAP operations NO
474+
T611 Elementary OLAP operations NO most forms supported
475+
T612 Advanced OLAP operations NO some forms supported
476476
T613 Sampling NO
477-
T614 NTILE function NO
478-
T615 LEAD and LAG functions NO
477+
T614 NTILE function YES
478+
T615 LEAD and LAG functions YES
479479
T616 Null treatment option for LEAD and LAG functions NO
480-
T617 FIRST_VALUE and LAST_VALUE function NO
481-
T618 NTH_VALUE function NO
480+
T617 FIRST_VALUE and LAST_VALUE function YES
481+
T618 NTH_VALUE function NO function exists, but some options missing
482482
T621 Enhanced numeric functions YES
483483
T631 IN predicate with one list element NO
484484
T641 Multiple column assignment NO only some syntax variants supported

0 commit comments

Comments
 (0)