From 1e98fa0bf8de9d25d97fb346755a9c9c17bba549 Mon Sep 17 00:00:00 2001
From: Simon Riggs <simon@2ndQuadrant.com>
Date: Fri, 15 May 2015 15:51:31 -0400
Subject: [PATCH] SQLStandard feature T613 Sampling now Supported

---
 src/backend/catalog/sql_features.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/catalog/sql_features.txt b/src/backend/catalog/sql_features.txt
index cc0f8c45a6d..e14ae0605ce 100644
--- a/src/backend/catalog/sql_features.txt
+++ b/src/backend/catalog/sql_features.txt
@@ -492,7 +492,7 @@ T591	UNIQUE constraints of possibly null columns			YES
 T601	Local cursor references			NO	
 T611	Elementary OLAP operations			NO	most forms supported
 T612	Advanced OLAP operations			NO	some forms supported
-T613	Sampling			NO	
+T613	Sampling			YES	
 T614	NTILE function			YES	
 T615	LEAD and LAG functions			YES	
 T616	Null treatment option for LEAD and LAG functions			NO	
-- 
GitLab