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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Fix handling of CREATE TABLE OF . Fixes #2534
Дата
Msg-id E1dTVHA-00080i-WD@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers][patch] delete icon width in security labels form
Следующее
От: Dave Page
Дата:
Сообщение: Re: [RM2534][pgAdmin4] Fix issues related to table OF TYPE property.