citus/src
Emel Şimşek 58368b7783
Enable adding FOREIGN KEY constraints on Citus tables without a name. (#6616)
DESCRIPTION: Enable adding FOREIGN KEY constraints on Citus tables
without a name

This PR enables adding a foreign key to a distributed/reference/Citus
local table without specifying the name of the constraint, e.g. `ALTER
TABLE items ADD FOREIGN KEY (user_id) REFERENCES users (id);`
2023-01-20 01:43:52 +03:00
..
backend Enable adding FOREIGN KEY constraints on Citus tables without a name. (#6616) 2023-01-20 01:43:52 +03:00
bin/pg_send_cancellation Add jobs to test builds on different distros (#6499) 2022-12-01 19:11:41 +03:00
include Identity Column Support on Citus Managed Tables (#6591) 2023-01-19 15:45:41 +03:00
test Enable adding FOREIGN KEY constraints on Citus tables without a name. (#6616) 2023-01-20 01:43:52 +03:00