Chapter 44. PL/pgSQL - SQL Procedural Language
Table of Contents
- 44.1. Overview
 - 44.2. Structure of PL/pgSQL
- 44.3. Declarations
  - 44.4. Expressions
- 44.5. Basic Statements
  - 44.6. Control Structures
 - 44.7. Cursors
 - 44.8. Transaction Management
- 44.9. Errors and Messages
  - 44.10. Trigger Functions
 - 44.11. PL/pgSQL under the Hood
 - 44.12. Tips for Developing in PL/pgSQL
 - 44.13. Porting from Oracle PL/SQL