Stored Procedures
Postgres supports several stored procedure languages:
PL/pgSQL
- The name and the language are similar to Oracle's PL/SQL.
- A simple, procedural programming language.
- A few control structures, built around SQL.
- SQL + row-at-a-time processing.
|