pgAdmin 4 commit: Allow to specify the number of arguments in the qtTyp

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow to specify the number of arguments in the qtTyp
Date: 2016-01-04 08:13:09
Message-ID: E1aG0GL-0005HS-BP@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow to specify the number of arguments in the qtTypeIdent to make it work
with schema specified object name.

You can use the qtTypeIdent template filter as:
conn|qtTypeIdent(name)
or,
conn|qtTypeIdent(schema_name, name)

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=73585495249167153e4cd277d37f1603b1913e62

Modified Files
--------------
web/pgadmin/utils/driver/psycopg2/__init__.py | 25 ++++++++++++++++---------
1 file changed, 16 insertions(+), 9 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-01-04 11:00:56 pgAdmin III commit: Copyright updates for 2016
Previous Message Ashesh Vashi 2016-01-04 08:05:24 pgAdmin 4 commit: Create the status-bar in the properties dialog, and i