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

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix issue where new column should be created with Def
Date: 2019-06-10 06:23:24
Message-ID: E1haDiG-0005th-14@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-06-10 06:23:48 Re: [pgAdmin][RM4253] create new column with default value
Previous Message Aditya Toshniwal 2019-06-10 06:05:58 [pgAdmin][RM4253] create new column with default value