In database migration projects from Oracle to PostgreSQL, converting from the stored procedure language PL/SQL to PL/pgSQL is one of the most complex and difficult tasks. Many migration projects ...
Here are only a few functions to demonstrate how easy it is to write PL/pgSQL functions. For more complex examples the programmer might look at the regression test for PL/pgSQL.