Chapter 41. PL/pgSQL — SQL Procedural Language
Table of Contents
- 41.1. Overview
- 41.2. Structure of PL/pgSQL
- 41.3. Declarations
- 41.4. Expressions
- 41.5. Basic Statements
- 41.6. Control Structures
- 41.7. Cursors
- 41.8. Transaction Management
- 41.9. Errors and Messages
- 41.10. Trigger Functions
- 41.11. PL/pgSQL under the Hood
- 41.12. Tips for Developing in PL/pgSQL
- 41.13. Porting from Oracle PL/SQL