pgAdmin 4 commit: Fix 'Could not find the object on the server.' error
Akshay Joshi <[email protected]> Tue, 03 Dec 2019 10:16:31 +0000
| Newsgroups | gmane.comp.db.postgresql.pgadmin.devel |
|---|---|
| Message-ID | <[email protected]> |
Fix 'Could not find the object on the server.' error while refreshing the check constraint. Fixes #4966. Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9110703aaa100840b7bed4820c3a6c59884b0c7b Modified Files -------------- docs/en_US/release_notes_4_16.rst | 1 + .../databases/schemas/tables/constraints/check_constraint/__init__.py | 1 + .../schemas/tables/templates/check_constraint/sql/9.2_plus/nodes.sql | 3 ++- .../schemas/tables/templates/check_constraint/sql/default/nodes.sql | 3 ++- 4 files changed, 6 insertions(+), 2 deletions(-)