pgAdmin 4 commit: Fix SQL generated for tables with inheritedcolumns. - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix SQL generated for tables with inheritedcolumns.
Date
Msg-id E1ghzXV-0004NH-IW@gothos.postgresql.org
Whole thread Raw
List 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.joshi@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: pgAdmin4 v4.0 candidate builds
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch] - RM 3505 Incorrect SQL generated for tablescreated using inherited columns