pgAdmin 4 commit: Fix issue where VALID foreign keys show as NOT VALID

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fix issue where VALID foreign keys show as NOT VALID
Дата
Msg-id E1iIYRe-0005tV-Rm@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM4590] Schema Backup fails with names that requires quoting
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Include PostgreSQL 12 binaries in the container. Fixe