]> granicus.if.org Git - postgresql/commitdiff
Update SQL conformance information about JSON path
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 3 Jun 2019 19:33:01 +0000 (21:33 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 3 Jun 2019 19:36:04 +0000 (21:36 +0200)
Reviewed-by: Oleg Bartunov <obartunov@postgrespro.ru>
src/backend/catalog/sql_features.txt
src/include/catalog/catversion.h

index 68da18b3bcad711f6aff712e8257c27902e20e95..ae874f38ee368f4af6f31ba389e77a0a8a0570ac 100644 (file)
@@ -543,13 +543,13 @@ T827      JSON_TABLE: sibling NESTED COLUMNS clauses                      NO
 T828   JSON_QUERY                      NO      
 T829   JSON_QUERY: array wrapper options                       NO      
 T830   Enforcing unique keys in SQL/JSON constructor functions                 NO      
-T831   SQL/JSON path language: strict mode                     NO      
-T832   SQL/JSON path language: item method                     NO      
-T833   SQL/JSON path language: multiple subscripts                     NO      
-T834   SQL/JSON path language: wildcard member accessor                        NO      
-T835   SQL/JSON path language: filter expressions                      NO      
-T836   SQL/JSON path language: starts with predicate                   NO      
-T837   SQL/JSON path language: regex_like predicate                    NO      
+T831   SQL/JSON path language: strict mode                     YES     
+T832   SQL/JSON path language: item method                     NO      datetime() not yet implemented
+T833   SQL/JSON path language: multiple subscripts                     YES     
+T834   SQL/JSON path language: wildcard member accessor                        YES     
+T835   SQL/JSON path language: filter expressions                      YES     
+T836   SQL/JSON path language: starts with predicate                   YES     
+T837   SQL/JSON path language: regex_like predicate                    YES     
 T838   JSON_TABLE: PLAN DEFAULT clause                 NO      
 T839   Formatted cast of datetimes to/from character strings                   NO      
 M001   Datalinks                       NO      
index 474d48c8ee334fffaf9e69534dfcbde2a8c1dcbd..468aec38905f08d467982b2e0c5a01bbab702635 100644 (file)
@@ -53,6 +53,6 @@
  */
 
 /*                                                     yyyymmddN */
-#define CATALOG_VERSION_NO     201905221
+#define CATALOG_VERSION_NO     201906031
 
 #endif