Chapter 43. PL/pgSQL - SQL Procedural Language
Table of Contents
- 43.1. Overview
 - 43.2. Structure of PL/pgSQL
 - 43.3. Declarations
 - 43.4. Expressions
 - 43.5. Basic Statements
 - 43.6. Control Structures
 - 43.7. Cursors
 - 43.8. Transaction Management
 - 43.9. Errors and Messages
 - 43.10. Trigger Functions
 - 43.11. PL/pgSQL under the Hood
 - 43.12. Tips for Developing in PL/pgSQL
 - 43.13. Porting from Oracle PL/SQL