pgAdmin 4 commit: Fix issue where VALID foreign keys show as NOT VALID - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fix issue where VALID foreign keys show as NOT VALID
Date
Msg-id E1iIYRe-0005tV-Rm@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix issue where VALID foreign keys show as NOT VALID in the SQL tab for tables.

Corrected the condition for valid foreign key.

Fixes #4791

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c3e11bd3903fb4ad05b583040519a207c0abadb1

Modified Files
--------------
docs/en_US/release_notes_4_14.rst                                       | 1 +
.../schemas/tables/templates/tables/sql/macros/constraints.macro        | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM4590] Schema Backup fails with names that requires quoting
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Include PostgreSQL 12 binaries in the container. Fixe