Chapter 40. PL/pgSQL — SQL Procedural Language
Table of Contents
- 40.1. Overview
- 40.2. Structure of PL/pgSQL
- 40.3. Declarations
- 40.4. Expressions
- 40.5. Basic Statements
- 40.6. Control Structures
- 40.7. Cursors
- 40.8. Transaction Management
- 40.9. Errors and Messages
- 40.10. Trigger Functions
- 40.11. PL/pgSQL under the Hood
- 40.12. Tips for Developing in PL/pgSQL
- 40.13. Porting from Oracle PL/SQL