pgAdmin 4 commit: Fix handling of CREATE TABLE OF . Fixes #2534 - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix handling of CREATE TABLE OF . Fixes #2534
Date
Msg-id E1dTVHA-00080i-WD@gothos.postgresql.org
Whole thread Raw
List 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.dhumal@enterprisedb.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(-)


pgadmin-hackers by date:

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