pgAdmin 4 commit: Fix SQL generated for tables with inherited columns.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix SQL generated for tables with inherited columns.
Date: 2019-01-11 16:20:09
Message-ID: E1ghzXV-0004NH-IW@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix SQL generated for tables with inherited columns. Fixes #3505

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=252e05ef29d1490d0ac1085c4f3d135b37b0f341
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_1.rst | 1 +
.../databases/schemas/tables/templates/table/sql/default/create.sql | 6 +++---
.../databases/schemas/tables/templates/table/sql/default/sql.sql | 1 -
.../schemas/tables/templates/table/sql/gpdb_5.0_plus/create.sql | 6 +++---
4 files changed, 7 insertions(+), 7 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-01-11 16:20:14 Re: [pgAdmin4][Patch] - RM 3505 Incorrect SQL generated for tables created using inherited columns
Previous Message Dave Page 2019-01-11 16:10:22 Re: pgAdmin4 v4.0 candidate builds