pgAdmin 4 commit: Fix handling of CREATE TABLE OF <type>. Fixes #2534

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix handling of CREATE TABLE OF <type>. Fixes #2534
Date: 2017-07-07 15:34:36
Message-ID: E1dTVHA-00080i-WD@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix handling of CREATE TABLE OF <type>. Fixes #2534

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d151bdb4cd9b6038864dc9596d279860628cb70f
Author: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>

Modified Files
--------------
.../databases/schemas/tables/static/js/table.js | 32 ++++++++++++++++------
.../tables/templates/table/sql/default/create.sql | 2 +-
2 files changed, 24 insertions(+), 10 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-07-07 15:34:47 Re: [RM2534][pgAdmin4] Fix issues related to table OF TYPE property.
Previous Message Dave Page 2017-07-07 15:22:56 Re: [pgadmin-hackers][patch] delete icon width in security labels form