????
Current Path : C:/opt/pgsql/pgAdmin 4/web/pgadmin/tools/debugger/templates/debugger/sql/v1/ |
Current File : C:/opt/pgsql/pgAdmin 4/web/pgadmin/tools/debugger/templates/debugger/sql/v1/get_variables.sql |
{### Get the variables information for debugging ###} {% if session_id %} SELECT name, varClass, value, pg_catalog.format_type(dtype, NULL) as dtype, isconst FROM pldbg_get_variables({{session_id}}::int) ORDER BY varClass {% endif %}