An open API service indexing awesome lists of open source software.

https://github.com/alexkorban/pgdebug

A tool which helps you to debug complicated Postgres queries.
https://github.com/alexkorban/pgdebug

debugging postgresql

Last synced: 10 months ago
JSON representation

A tool which helps you to debug complicated Postgres queries.

Awesome Lists containing this project

README

          

`pgdebug` is a tool which helps you to debug complicated queries. It takes a `select` statement as an input and outputs a series of partial queries corresponding to each CTE and each subquery in the `from` clause.

Documentation: http://korban.net/postgres/pgdebug