pgAdmin 4 commit: Fixed an issue where duplicate columns are visible in

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 duplicate columns are visible in
Date: 2021-05-03 09:23:32
Message-ID: E1ldUnc-00088m-70@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where duplicate columns are visible in the browser tree, which is owned by two sequences. Fixes #6413

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_5_3.rst | 1 +
.../databases/schemas/tables/templates/columns/sql/9.2_plus/nodes.sql | 2 +-
.../databases/schemas/tables/templates/columns/sql/default/nodes.sql | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-05-03 10:41:04 pgAdmin 4 commit: Added support to connect PostgreSQL servers via Kerbe
Previous Message Khushboo Vashi 2021-05-03 09:20:56 Re: [pgAdmin4][Patch] - RM 6158 - Logging into PostgreSQL servers with Kerberos Authentication