pgAdmin 4 commit: Fixed an issue where the wrong SQL is showing for the - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where the wrong SQL is showing for the
Date
Msg-id E1lax8a-0006J3-NW@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where the wrong SQL is showing for the child partition tables. Fixes #6329

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b853bda2a27622c835817b911af8c538eaf659ea
Author: Rahul Shirsat <rahul.shirsat@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_5_3.rst                   |  1 +
.../check_constraint/sql/9.2_plus/nodes.sql        |  2 +-
.../check_constraint/sql/9.2_plus/properties.sql   |  2 +-
.../check_constraint/sql/default/nodes.sql         |  2 +-
.../check_constraint/sql/default/properties.sql    |  2 +-
.../foreign_key/sql/9.1_plus/properties.sql        |  3 +-
.../foreign_key/sql/default/properties.sql         |  3 +-
.../index_constraint/sql/11_plus/properties.sql    |  1 +
.../index_constraint/sql/default/properties.sql    |  1 +
.../servers/databases/schemas/tables/utils.py      | 79 ++++++++++++++++++----
10 files changed, 77 insertions(+), 19 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - RM 6158 - Logging into PostgreSQL servers with Kerberos Authentication
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][patch] RM6329 [SQL] bad child table DDL