pgadmin4/web/pgadmin/browser/server_groups/servers
Surinder Kumar 91559c622b Fixes for function, procedure and trigger reverse SQL. Fixes #1293. Fixes #1294
1. RM#1293 - SQL pane is not displaying GRANT queries in functions node
2. RM#1294 - Comments are not visible in sql pane for trigger functions and functions

Explanation:
Previously we we using 'get_defintion.sql' template to generate SQL for SQL pane for functions, procedure & trigger functions node.
but GRANT statements and COMMENTS changes were missing. In order to fix that, now we have used both 'create.sql' and 'get_definition.sql' templates to generate full SQL query for SQL pane.
2016-07-22 16:38:21 +01:00
..
databases Fixes for function, procedure and trigger reverse SQL. Fixes #1293. Fixes #1294 2016-07-22 16:38:21 +01:00
resource_groups Stop using deprecated imports. 2016-07-22 16:25:23 +01:00
roles Stop using deprecated imports. 2016-07-22 16:25:23 +01:00
static Make the Parameter grid use a workflow consistent with other grids. Fixes #1241 2016-07-18 11:50:42 +01:00
tablespaces Stop using deprecated imports. 2016-07-22 16:25:23 +01:00
templates Make the Parameter grid use a workflow consistent with other grids. Fixes #1241 2016-07-18 11:50:42 +01:00
tests Enhancements to the regression test suite. 2016-07-18 14:50:21 +01:00
__init__.py Stop using deprecated imports. 2016-07-22 16:25:23 +01:00
ppas.py Stop using deprecated imports. 2016-07-22 16:25:23 +01:00
types.py Stop using deprecated imports. 2016-07-22 16:25:23 +01:00
utils.py Allow selection of 'PUBLIC' as a role in privileges. Fixes #1416 2016-07-13 14:51:25 +01:00