pgAdmin 4 commit: Fixed an issue where the table showed duplicate colum - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where the table showed duplicate colum
Date
Msg-id E1nhR5S-0006aN-Vq@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where the table showed duplicate columns when creating multiple sequences on the same column. Fixes
#7307

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_6_9.rst                                        | 1 +
.../schemas/tables/templates/columns/sql/10_plus/properties.sql         | 2 +-
.../schemas/tables/templates/columns/sql/12_plus/properties.sql         | 2 +-
.../schemas/tables/templates/columns/sql/9.1_plus/properties.sql        | 2 +-
.../schemas/tables/templates/columns/sql/9.2_plus/properties.sql        | 2 +-
5 files changed, 5 insertions(+), 4 deletions(-)


pgadmin-hackers by date:

Previous
From: Yogesh Mahajan
Date:
Subject: Re: Feature #7325 - Support for Azure AD OAUTH2 authentication
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Added support for Azure AD OAUTH2 authentication. Fix