pgAdmin 4 commit: Fixed duplicate SQL issue for tables with more than o

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed duplicate SQL issue for tables with more than o
Date: 2021-05-31 07:16:21
Message-ID: E1lnc9t-0000Hx-Kl@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed duplicate SQL issue for tables with more than one partition. Fixes #6478

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9ac08c263b109be22129c66e8253e3bce3f2b2a8
Author: Rahul Shirsat <rahul(dot)shirsat(at)enterprisedb(dot)com>

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2021-05-31 09:38:11 Re: pgAdmin 4 commit: Hardcoded 'itsdangerous' version to <=1.1.0, as the l
Previous Message Rahul Shirsat 2021-05-31 06:44:17 [Patch] RM6478 Duplicates on SQL tab for table with more than one partition