cockroachdb / cockroachdb/cockroach
plpgsql: support RECORD-type variables
Open
A-sql-plpgsql
C-enhancement
docs-done
docs-known-limitation
T-sql-queries
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
Postgres allows declaring variables with the special `RECORD` type. RECORD variables are dynamically-typed. They take on the type of whatever expression is assigned to them, and that type can change between assignments. We don't currently support RECORD variables.
Jira issue: CRDB-33729
Contributor guide
Assessment
This issue has not been assessed yet.