Custom functions in PostgreSQL are very powerful. They can you help you enforce data integrity, automate operations and optimise performance. These functions allows you encapsulate complicated logic ...
I was thinking about start making Pl/pgSQL tutorials. And in general on PostgreSQL scripting/programming tutorial on emphasis on functions, procedures, procedural extensions and not so much on the SQL ...