Chapter 42. PL/pgSQL - SQL Procedural Language
Table of Contents
- 42.1. Overview
- 42.2. Structure of PL/pgSQL
- 42.3. Declarations
- 42.4. Expressions
- 42.5. Basic Statements
- 42.6. Control Structures
- 42.7. Cursors
- 42.8. Transaction Management
- 42.9. Errors and Messages
- 42.10. Trigger Functions
- 42.11. PL/pgSQL under the Hood
- 42.12. Tips for Developing in PL/pgSQL
- 42.13. Porting from Oracle PL/SQL