pgadmin4/web/pgadmin/browser/server_groups/servers/templates/macros
Murtuza Zabuawala 8a7ec6b452 Update "parse_priv_to_db" function to return list a instead of a string.
This will also allow us to operate on individual privileges & also we
needed this functionality for column nodes.

For example,

*Earlier:* priv was string

GRANT {{ priv }} ON {{ type }} TO {{ conn|qtIdent(role) }};

*Now:* priv will be List, which we need to handle in jinja templates.

GRANT *{{ priv|join(', ') }}* ON {{ type }} TO {{ conn|qtIdent(role) }};
2016-03-09 17:10:03 +00:00
..
default_privilege.macros Update "parse_priv_to_db" function to return list a instead of a string. 2016-03-09 17:10:03 +00:00
privilege.macros Update "parse_priv_to_db" function to return list a instead of a string. 2016-03-09 17:10:03 +00:00
security.macros Introduced the VariableControl, which will be used in role(s), 2016-01-09 18:00:02 +05:30
variable.macros Modified the variable jinja2 macros to allow to set/reset multiple 2016-02-03 16:35:46 +05:30