pgAdmin 4 commit: Fix issue where new column should be created with Def

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fix issue where new column should be created with Def
Дата
Msg-id E1haDiG-0005th-14@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix issue where new column should be created with Default value. Fixes #4235

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8b9c50ee5c60fbb9eda0b7004194b5e477b4ea12
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_9.rst                                        | 1 +
.../databases/schemas/tables/templates/columns/sql/10_plus/create.sql   | 2 +-
.../databases/schemas/tables/templates/columns/sql/default/create.sql   | 2 +-
.../databases/schemas/tables/templates/tables/sql/10_plus/create.sql    | 2 +-
.../databases/schemas/tables/templates/tables/sql/default/create.sql    | 2 +-
.../schemas/tables/templates/tables/sql/gpdb_5.0_plus/create.sql        | 2 +-
6 files changed, 6 insertions(+), 5 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: [pgAdmin][RM4253] create new column with default value
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM4253] create new column with default value