mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add EXPLAIN options for SETTINGS and SUMMARY. Fixes #4335
Prevent flickering of large tooltips on the Graphical EXPLAIN canvas. Fixes #4224 EXPLAIN options should be Query Tool instance-specific. Fixes #4395
This commit is contained in:
committed by
Dave Page
parent
15556f9f89
commit
0340b8fb28
3
web/pgadmin/tools/templates/sql/macros/utils.macros
Normal file
3
web/pgadmin/tools/templates/sql/macros/utils.macros
Normal file
@@ -0,0 +1,3 @@
|
||||
{% macro BOOL_TEXT(bool_val) %}
|
||||
{% if bool_val %}true{% else %}false{% endif %}
|
||||
{% endmacro %}
|
||||
Reference in New Issue
Block a user