Open rharding6373 opened 1 year ago
This particular example may be blocked by https://github.com/cockroachdb/cockroach/issues/105669
Let's determine if this is an acceptable limitation for v23.2.
We think this is an acceptable limitation for v23.2.
Hi @yuzefovich, please add branch-* labels to identify which branch(es) this GA-blocker affects.
:owl: Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.
We are currently unable to support RECORD input arguments in UDFs using the PLpgSQL language. The underlying types in the RECORD need to be determined at assignment time, but in UDFs we currently determine parameter types from what is provided at function creation time. This could probably be fixed by using the resolved type of the argument after argument resolution when building the UDF. In addition, we have some issues with casting to type RECORD that may prevent the usefulness of this feature.
An example query:
Jira issue: CRDB-29157 Epic CRDB-37715
gz#22059