pgAdmin 4 commit: Fixes #1231, #1237 - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Fixes #1231, #1237
Date
Msg-id E1b6y15-0002nF-Nj@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: [pgAdmin4][Patch]: Load nodes under schema at database level
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Fixes #1147 - 65536 is valid port for PostgreSQL.