pgAdmin 4 commit: Fix generation of reverse engineered SQL for partitio

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix generation of reverse engineered SQL for partitio
Date: 2019-08-07 12:19:22
Message-ID: E1hvKuY-0007Ok-Cg@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix generation of reverse engineered SQL for partition table, partitions were shown as a child of indexes. Fixes #4414

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7f53e13aa728298a2adb31ab28624b04b4332166

Modified Files
--------------
docs/en_US/release_notes_4_12.rst | 1 +
.../browser/server_groups/servers/databases/schemas/tables/utils.py | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2019-08-08 06:10:56 [pgAdmin4][Patch] - RM 4581 - Can not edit comments of primary key constraint under table node
Previous Message Aditya Toshniwal 2019-08-07 11:01:03 pgAdmin 4 commit: Browser window was not closing - Fixed.