pgAdmin 4 commit: Fix issue where new column should be created with Def - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fix issue where new column should be created with Def
Date
Msg-id E1haDiG-0005th-14@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM4253] create new column with default value
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM4253] create new column with default value