| 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 table showed duplicate colum |
| Date: | 2022-04-21 07:18:46 |
| Message-ID: | E1nhR5S-0006aN-Vq@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Akshay Joshi | 2022-04-21 07:18:47 | pgAdmin 4 commit: Added support for Azure AD OAUTH2 authentication. Fix |
| Previous Message | Yogesh Mahajan | 2022-04-21 06:19:49 | Re: Feature #7325 - Support for Azure AD OAUTH2 authentication |