-
okbob/plpgsql_check
plpgsql_check: A PL/pgSQL Code Checker — This is quite specialized but if you’re looking to find any errors lurking in your PL/pgSQL functions, it could be a lifesaver. The project is quite old but has been kept up to date and runs on modern Postgres versions.
Appears in lists (2)
- Issue 302 - Creating fractals with SQL and Postgres
- Issue 363 - Amazon RDS now lets you take Postgres from outhouse to inhouse
More like this (3)
-
Abusing PostgreSQL as an SQL beautifier - Cybertec
Playing with Postgres's 'SQL Beautification' Skills — It’s common to use a ‘SQL beautifier’ to turn...
-
Pavel Stehule's blog: Why you need plpgsql_check (if you write procedures in PLpgSQL)
Why You Need plpgsql_check if You Write Procedures in PL/pgSQL — PL/pgSQL lets you write and...