Chapter 45. PL/pgSQL — SQL Procedural Language
Table of Contents
- 45.1. Overview
- 45.2. Structure of PL/pgSQL
- 45.3. Declarations
- 45.4. Expressions
- 45.5. Basic Statements
- 45.6. Control Structures
- 45.7. Cursors
- 45.8. Transaction Management
- 45.9. Errors and Messages
- 45.10. Trigger Functions
- 45.11. PL/pgSQL under the Hood
- 45.12. Tips for Developing in PL/pgSQL
- 45.13. Porting from Oracle PL/SQL