[pgadmin-hackers] pgAdmin 4 commit: Fix renaming of check constraints when the tablename - Mailing list pgadmin-hackers

From Dave Page
Subject [pgadmin-hackers] pgAdmin 4 commit: Fix renaming of check constraints when the tablename
Date
Msg-id E1chDMk-0001s3-5J@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix renaming of check constraints when the table name is changed at the same time. Fixes #2201

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=685b1ea12fd9ce7abb0bfcfb9e851d561a330760
Author: Harshal Dhumal <harshal.dhumal@enterprisedb.com>

Modified Files
--------------
.../tables/templates/check_constraint/sql/9.2_plus/update.sql       | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: [pgadmin-hackers] pgAdmin 4 commit: Properly handle event trigger functions indifferent
Next
From: Dave Page
Date:
Subject: [pgadmin-hackers] pgAdmin 4 commit: Fix casting issue with dependents queries.