mirror of https://github.com/citusdata/citus.git
Add pg_constraint rows for not-null constraints
14e87ffa5c543b5f30ead7413084c25f7735039fm3hm3t/pg18_partition_check
parent
3d9b572025
commit
65c22a8897
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 3376bd6845f0614908ed304f5033bd644c82d3bf
|
||||||
|
|
@ -269,7 +269,7 @@ SELECT create_distributed_table('check_example', 'partition_col', 'hash');
|
||||||
\c - - :public_worker_1_host :worker_1_port
|
\c - - :public_worker_1_host :worker_1_port
|
||||||
SELECT "Column", "Type", "Definition" FROM index_attrs WHERE
|
SELECT "Column", "Type", "Definition" FROM index_attrs WHERE
|
||||||
relid = 'check_example_partition_col_key_365068'::regclass;
|
relid = 'check_example_partition_col_key_365068'::regclass;
|
||||||
SELECT "Constraint", "Definition" FROM table_checks WHERE relid='public.check_example_365068'::regclass;
|
SELECT DISTINCT "Constraint", "Definition" FROM table_checks WHERE relid='public.check_example_365068'::regclass;
|
||||||
\c - - :master_host :master_port
|
\c - - :master_host :master_port
|
||||||
|
|
||||||
-- Index-based constraints are created with shard-extended names, but others
|
-- Index-based constraints are created with shard-extended names, but others
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue