Description
PL/pgSQL functions can be debugged inside PostgreSQL with server-side debugger support. This extension code is useful for database developers troubleshooting stored procedures and triggers. It runs inside the database environment, so access should be limited to trusted users and development databases when possible.