You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release note (sql change): Added support for CONSTANT variable
declarations in PLpgSQL routines. Any assignment to a variable declared
with the CONSTANT keyword will raise a compile-time error.
Exalate commented:
Related PR: cockroachdb/cockroach#107682
Commit: cockroachdb/cockroach@a181794
Fixes: CRDB-28934 CRDB-30155
Release note (sql change): Added support for CONSTANT variable
declarations in PLpgSQL routines. Any assignment to a variable declared
with the CONSTANT keyword will raise a compile-time error.
Jira Issue: DOC-8450
The text was updated successfully, but these errors were encountered: