From: Peter Eisentraut Date: Thu, 22 Aug 2019 13:36:30 +0000 (+0200) Subject: Update SQL conformance information X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21e60fa8fe296355dca96c451fb13119cc0e6bd2;p=postgresql 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. --- diff --git a/src/backend/catalog/sql_features.txt b/src/backend/catalog/sql_features.txt index ae874f38ee..059ec02cd0 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