projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a00c53b
)
Update SQL conformance information
author
Peter Eisentraut
Thu, 22 Aug 2019 13:36:30 +0000
(15:36 +0200)
committer
Peter Eisentraut
Thu, 22 Aug 2019 13:36:30 +0000
(15:36 +0200)
T612 has been fully supported since the major window function
enhancements in PostgreSQL 11, but it wasn't updated at the time.
src/backend/catalog/sql_features.txt
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/catalog/sql_features.txt
b/src/backend/catalog/sql_features.txt
index ae874f38ee368f4af6f31ba389e77a0a8a0570ac..059ec02cd039745027aab4d2ee7b231544cbc7b0 100644
(file)
--- a/
src/backend/catalog/sql_features.txt
+++ b/
src/backend/catalog/sql_features.txt
@@
-508,7
+508,7
@@
T581 Regular expression substring function YES
T591 UNIQUE constraints of possibly null columns YES
T601 Local cursor references NO
T611 Elementary OLAP operations YES
-T612 Advanced OLAP operations
NO some forms supported
+T612 Advanced OLAP operations
YES
T613 Sampling YES
T614 NTILE function YES
T615 LEAD and LAG functions YES