cockroachdb / cockroachdb/cockroach

plpgsql: support RECORD-type variables

Open
#114,874 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.