????

Your IP : 216.73.216.188


Current Path : C:/opt/pgsql/pgAdmin 4/web/pgadmin/tools/debugger/templates/debugger/sql/v3/
Upload File :
Current File : C:/opt/pgsql/pgAdmin 4/web/pgadmin/tools/debugger/templates/debugger/sql/v3/attach_to_port.sql

{### Attach the target to port for debugging ###}
{% if port %}
SELECT * FROM pldbg_attach_to_port({{port}}::int)
{% endif %}