multi_alter_table_add_const

mehmet/pg17-multi-1
Mehmet Yilmaz 2024-11-08 11:14:55 +00:00
parent ba66417ed6
commit 1bb5254f6c
3 changed files with 1329 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-- Two alternative test outputs:
-- multi_alter_table_add_constraints_without_name.out for PG16 and before
-- multi_alter_table_add_constraints_without_name_0.out for PG17
-- related commit
-- PostgreSQL 17 now allows exclusion constraints on partitioned tables, lifting the previous restriction.
-- https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=9f1337639
--
-- MULTI_ALTER_TABLE_ADD_CONSTRAINTS_WITHOUT_NAME
--

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,9 @@
-- Two alternative test outputs:
-- multi_alter_table_add_constraints_without_name.out for PG16 and before
-- multi_alter_table_add_constraints_without_name_0.out for PG17
-- related commit
-- PostgreSQL 17 now allows exclusion constraints on partitioned tables, lifting the previous restriction.
-- https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=9f1337639
--
-- MULTI_ALTER_TABLE_ADD_CONSTRAINTS_WITHOUT_NAME
--