From b0fe9c20e9f04ccead3cde2c607b991ccd04d71f Mon Sep 17 00:00:00 2001
From: Peter Eisentraut <peter_e@gmx.net>
Date: Sun, 1 Apr 2007 09:42:57 +0000
Subject: [PATCH] Update SQL conformance for SQL to XML mappings

---
 src/backend/catalog/sql_features.txt | 36 ++++++++++++++--------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/src/backend/catalog/sql_features.txt b/src/backend/catalog/sql_features.txt
index 5766049797d..ba3f3a9046e 100644
--- a/src/backend/catalog/sql_features.txt
+++ b/src/backend/catalog/sql_features.txt
@@ -452,24 +452,24 @@ X034	XMLAgg			YES
 X035	XMLAgg: ORDER BY option			NO	
 X036	XMLComment			YES	
 X037	XMLPI			YES	
-X041	Basic table mapping: nulls absent			NO	
-X042	Basic table mapping: null as nil			NO	
-X043	Basic table mapping: table as forest			NO	
-X044	Basic table mapping: table as element			NO	
-X045	Basic table mapping: with target namespace			NO	
-X046	Basic table mapping: data mapping			NO	
-X047	Basic table mapping: metadata mapping			NO	
-X048	Basic table mapping: base64 encoding of binary strings			NO	
-X049	Basic table mapping: hex encoding of binary strings			NO	
-X051	Advanced table mapping: nulls absent			NO	
-X052	Advanced table mapping: null as nil			NO	
-X053	Advanced table mapping: table as forest			NO	
-X054	Advanced table mapping: table as element			NO	
-X055	Advanced table mapping: target namespace			NO	
-X056	Advanced table mapping: data mapping			NO	
-X057	Advanced table mapping: metadata mapping			NO	
-X058	Advanced table mapping: base64 encoding of binary strings			NO	
-X059	Advanced table mapping: hex encoding of binary strings			NO	
+X041	Basic table mapping: nulls absent			YES	
+X042	Basic table mapping: null as nil			YES	
+X043	Basic table mapping: table as forest			YES	
+X044	Basic table mapping: table as element			YES	
+X045	Basic table mapping: with target namespace			YES	
+X046	Basic table mapping: data mapping			YES	
+X047	Basic table mapping: metadata mapping			YES	
+X048	Basic table mapping: base64 encoding of binary strings			YES	
+X049	Basic table mapping: hex encoding of binary strings			YES	
+X051	Advanced table mapping: nulls absent			YES	
+X052	Advanced table mapping: null as nil			YES	
+X053	Advanced table mapping: table as forest			YES	
+X054	Advanced table mapping: table as element			YES	
+X055	Advanced table mapping: target namespace			YES	
+X056	Advanced table mapping: data mapping			YES	
+X057	Advanced table mapping: metadata mapping			YES	
+X058	Advanced table mapping: base64 encoding of binary strings			YES	
+X059	Advanced table mapping: hex encoding of binary strings			YES	
 X060	XMLParse: CONTENT option			YES	
 X061	XMLParse: DOCUMENT option			YES	
 X062	XMLParse: explicit WHITESPACE option			YES	
-- 
GitLab