Reference to partition table
Summary The problem lies in creating a foreign key constraint that references a partitioned table in Postgresql. The user has a table Offers partitioned by the Status column and wants to create a foreign key constraint in the Orders table that references the OfferId in the Offers table. However, due to the partitioning, the foreign … Read more