Open
Description
We should add PLpgSQL support to our randomized testing suite to increase coverage.
Feature checklist:
- Blocks
- Declarations
- Return statements
- If / ElsIf / Else statements
- Null statements
- Assign statements
- Inline SQL statements
- For (int) loops
- CALL statements
- Exceptions
- SELECT / RETURNING INTO syntax
- Cursor declarations
- Cursor open/fetch/close
- Case statements
- (While) Loops
- For (query) loops
- Exit/Continue
- Raise statements
- Assert statements
- Return Next/Query
- PERFORM syntax
- Get diagnostics
- Commit/Rollback
- Dynamic SQL execution
- RECORD types
Note that some of these features are not yet implemented in PL/pgSQL - see also #117744.
Jira issue: CRDB-29534
Epic: CRDB-34182
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
25.3 Release