pgadmin4/web/pgadmin/tools/templates/sql/macros/utils.macros

4 lines
95 B
Plaintext

{% macro BOOL_TEXT(bool_val) %}
{% if bool_val %}true{% else %}false{% endif %}
{% endmacro %}