pgAdmin 4 commit: Fixes #1231, #1237

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Fixes #1231, #1237
Дата
Msg-id E1b6y15-0002nF-Nj@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixes #1231, #1237

* 'Of type' can't be used with 'Like'.
* 'Of type' usage conflicts with adding columns.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f4cb7d8f9c5502888d0ba39bfaec227b74aac24c
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../schemas/tables/templates/table/js/table.js     | 256 ++++++++++-----------
.../templates/table/sql/9.1_plus/get_oftype.sql    |   8 +-
.../templates/table/sql/9.5_plus/get_oftype.sql    |   8 +-
3 files changed, 136 insertions(+), 136 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Load nodes under schema at database level
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Fixes #1147 - 65536 is valid port for PostgreSQL.