Established coding standards for pl/pgsql code
- by jb01
I need to standardize coding practises for project that compromises, among others has pl/pgsql database, that has some amount of nontrivial code.
I look for:
Code formatting guidelines, especially inside procedures.
Guidelines on what constructs are consigered unsafe (if any)
Naming coventions.
Code documentation conventions (if this is…