pgadmin4/web
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
..
pgadmin Fixes for function, procedure and trigger reverse SQL. Fixes #1293. Fixes #1294 2016-07-22 16:38:21 +01:00
regression Ignore regression test files. 2016-07-18 14:50:49 +01:00
babel.cfg Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00
config.py Use a numeric version check for upgrades. 2016-07-22 16:14:57 +01:00
pgAdmin4.py Move the config database schema version out of the configuration file and into the model class. 2016-06-24 12:50:52 +01:00
setup.py Stop using deprecated imports. 2016-07-22 16:25:23 +01:00