From a01e1b8b9d937894a916465643d9707861ffb838 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 30 Mar 2020 08:55:55 +0200 Subject: [PATCH] Add new part SQL/MDA to information_schema.sql_parts --- src/backend/catalog/information_schema.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/catalog/information_schema.sql b/src/backend/catalog/information_schema.sql index eebe35973a..cb775683fa 100644 --- a/src/backend/catalog/information_schema.sql +++ b/src/backend/catalog/information_schema.sql @@ -1670,6 +1670,7 @@ INSERT INTO sql_parts VALUES ('10', 'Object Language Bindings (SQL/OLB)', 'NO', INSERT INTO sql_parts VALUES ('11', 'Information and Definition Schema (SQL/Schemata)', 'NO', NULL, ''); INSERT INTO sql_parts VALUES ('13', 'Routines and Types Using the Java Programming Language (SQL/JRT)', 'NO', NULL, ''); INSERT INTO sql_parts VALUES ('14', 'XML-Related Specifications (SQL/XML)', 'NO', NULL, ''); +INSERT INTO sql_parts VALUES ('15', 'Multi-Dimensional Arrays (SQL/MDA)', 'NO', NULL, ''); /*