Обсуждение: pgAdmin 4 commit: Allow to specify the number of arguments in the qtTyp

Поиск
Список
Период
Сортировка

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

От
Ashesh Vashi
Дата:
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(-)