projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aba63e
)
Add new part SQL/MDA to information_schema.sql_parts
author
Peter Eisentraut
Mon, 30 Mar 2020 06:55:55 +0000
(08:55 +0200)
committer
Peter Eisentraut
Mon, 30 Mar 2020 06:55:55 +0000
(08:55 +0200)
src/backend/catalog/information_schema.sql
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/catalog/information_schema.sql
b/src/backend/catalog/information_schema.sql
index eebe35973afa65bf42880a3609077d7f83977d39..cb775683fa571efb49a546495a5998df92effb5f 100644
(file)
--- 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, '');
/*