pgAdmin 4 commit: Add search/replace support to the Query Tool, includi

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Add search/replace support to the Query Tool, includi
Дата
Msg-id E1c9w6j-0001bK-NP@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Add search/replace support to the Query Tool, including regexp matching. Fixes #1765

Branch
------
master

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

Modified Files
--------------
docs/en_US/keyboard_shortcuts.rst                  | 38 +++++++----
web/pgadmin/browser/__init__.py                    |  1 +
web/pgadmin/static/css/overrides.css               | 18 +++++-
.../tools/datagrid/templates/datagrid/index.html   | 48 ++++++++++++++
.../sqleditor/templates/sqleditor/js/sqleditor.js  | 75 ++++++++++++++++++++++
5 files changed, 166 insertions(+), 14 deletions(-)


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

Предыдущее
От: Surinder Kumar
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM1840 - cannot create gist index due to enforced ASC, DESC options in generated SQL
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM #1801 : Properly handle databases with datallowconn == false