pgAdmin 4 commit: Fixed an issue where the table showed duplicate colum

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed an issue where the table showed duplicate colum
Дата
Msg-id E1nhR5S-0006aN-Vq@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Yogesh Mahajan
Дата:
Сообщение: Re: Feature #7325 - Support for Azure AD OAUTH2 authentication
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Added support for Azure AD OAUTH2 authentication. Fix