????
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_stack_info.sql |
{### Get the stack information for debugging ###} {% if session_id %} SELECT * FROM pldbg_get_stack({{session_id}}::int) ORDER BY level {% endif %}