pgAdmin 4 commit: Fix syntax error for Default value of column. It is a

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix syntax error for Default value of column. It is a
Date: 2019-06-13 12:34:53
Message-ID: E1hbOwP-0002bT-8y@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix syntax error for Default value of column. It is a regression of #4253

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=04328b76bab8cb56d80c9aaf47fbbc3160bf76f4

Modified Files
--------------
.../databases/schemas/tables/templates/tables/sql/10_plus/create.sql | 2 +-
.../databases/schemas/tables/templates/tables/sql/12_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 +-
4 files changed, 4 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-06-14 06:20:11 pgAdmin 4 commit: Fix connection restoration issue when pgAdmin server
Previous Message Akshay Joshi 2019-06-13 11:52:11 [pgAdmin4][Patch]: Feature #4202 Implement new framework to test Reverse Engineering SQL