summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2019-08-22 15:36:30 +0200
committerPeter Eisentraut <peter@eisentraut.org>2019-08-22 15:36:30 +0200
commit21e60fa8fe296355dca96c451fb13119cc0e6bd2 (patch)
treec63e0a4cad5f81e1dbbf7952e9cb451ba02c1c49 /src
parenta00c53b0cbf06dd6c01f5a1d55ebe21310a250af (diff)
Update SQL conformance information
T612 has been fully supported since the major window function enhancements in PostgreSQL 11, but it wasn't updated at the time.
Diffstat (limited to 'src')
-rw-r--r--src/backend/catalog/sql_features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/catalog/sql_features.txt b/src/backend/catalog/sql_features.txt
index ae874f38ee3..059ec02cd03 100644
--- 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