bdrouvot / plbacktrace

A utility to create a PL/pgSQL backtrace of a running PostgreSQL backend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plbacktrace.py

A utility to display the PL/pgSQL call levels of a running PostgreSQL backend with their function OID, signature and current line number.

Copyright (c) 2016 Jan Wieck

License: PostgreSQL - https://www.postgresql.org/about/licence/

usage: plbacktrace.py PID

About

A utility to create a PL/pgSQL backtrace of a running PostgreSQL backend.


Languages

Language:Python 100.0%