mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-20 11:48:31 -06:00
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. |
||
---|---|---|
.. | ||
catalog_objects | ||
collations | ||
domains | ||
foreign_tables | ||
fts_configurations | ||
fts_dictionaries | ||
fts_parser | ||
fts_templates | ||
functions | ||
sequences | ||
static/img | ||
tables | ||
templates | ||
types | ||
views | ||
__init__.py | ||
utils.py |