You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.
@poojanilangekar We have some foreign key related information in catalog files currently, but it's not durable, so we don't have any info about foreign key constraints when we recover from checkpoints. Can you add a new catalog table called pg_constrain referring to what postgres does, which contains foreign keys, schemas, constraints and other stuff if necessary? Thanks.
The text was updated successfully, but these errors were encountered:
@poojanilangekar We have some foreign key related information in catalog files currently, but it's not durable, so we don't have any info about foreign key constraints when we recover from checkpoints. Can you add a new catalog table called pg_constrain referring to what postgres does, which contains foreign keys, schemas, constraints and other stuff if necessary? Thanks.
The text was updated successfully, but these errors were encountered: