Ernst-Georg Schmid: Static code analysis in PostgreSQL like ORACLE has.
Out of the box, PostgreSQL lacks static code analysis at compile time like ORACLE can do. plpgsql_check provides this capability (and a profiler), but needs to be called manually. So I tried to...