citus/src
Emel Şimşek 8b2024b730
When Creating a FOREIGN KEY without a name, schema qualify referenced table name in deparser. (#6986)
DESCRIPTION: Fixes a bug which causes an error when creating a FOREIGN
KEY constraint without a name if the referenced table is schema
qualified.

In deparsing the `ALTER TABLE s1.t1 ADD FOREIGN KEY (key) REFERENCES
s2.t2; `, command back from its cooked form, we should schema qualify
the REFERENCED table.

Fixes #6982.
2023-06-09 14:13:13 +03:00
..
backend When Creating a FOREIGN KEY without a name, schema qualify referenced table name in deparser. (#6986) 2023-06-09 14:13:13 +03:00
bin/pg_send_cancellation Add jobs to test builds on different distros (#6499) 2022-12-01 19:11:41 +03:00
include Enable logical planner for single-shard tables (#6950) 2023-06-08 10:57:23 +03:00
test When Creating a FOREIGN KEY without a name, schema qualify referenced table name in deparser. (#6986) 2023-06-09 14:13:13 +03:00