pgAdmin 4 commit: Support "show system objects" in casts.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Support "show system objects" in casts.
Date: 2016-03-17 11:49:34
Message-ID: E1agWQo-0007uK-0j@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Support "show system objects" in casts.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=71badac203f3199e58eac1f45654d41a1bf52812
Author: Sanket Mehta <sanket(dot)mehta(at)enterprisedb(dot)com>

Modified Files
--------------
.../servers/databases/casts/__init__.py | 47 +++++++++++++++++-----
.../casts/templates/cast/sql/9.1_plus/create.sql | 5 ---
.../casts/templates/cast/sql/9.1_plus/nodes.sql | 23 +++++++++++
.../templates/cast/sql/9.1_plus/properties.sql | 8 ++--
4 files changed, 64 insertions(+), 19 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-03-17 11:49:50 Re: patch for cast module
Previous Message Dave Page 2016-03-17 11:41:03 Re: [pgAdmin4][Patch]: Foreign Data Wrapper