pgAdmin 4 commit: Fixed an issue where the wrong SQL is showing for the

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where the wrong SQL is showing for the
Date: 2021-04-26 09:02:40
Message-ID: E1lax8a-0006J3-NW@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)shirsat(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-04-26 09:03:50 Re: [pgAdmin][patch] RM6329 [SQL] bad child table DDL
Previous Message Akshay Joshi 2021-04-26 07:12:32 Re: [pgAdmin4][Patch] - RM 6158 - Logging into PostgreSQL servers with Kerberos Authentication