Skip to content

Commit f15c49a

Browse files
committed
add conditional
1 parent ec37cae commit f15c49a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/current/_includes/v25.4/known-limitations/udf-limitations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
- A `RECORD`-returning UDF cannot be created without a `RETURN` statement in the root block, which would restrict the wildcard type to a concrete one. [#122945](https://github.com/cockroachdb/cockroach/issues/122945)
66
- User-defined functions are not currently supported in:
77
- Expressions (column, index, constraint) in tables. [#87699](https://github.com/cockroachdb/cockroach/issues/87699)
8+
{% if page.name != "known-limitations.md" # New limitations in v25.4 %}
89
- Partial index predicates. [#155488](https://github.com/cockroachdb/cockroach/issues/155488)
10+
{% endif %}
911
- User-defined functions cannot call themselves recursively. [#93049](https://github.com/cockroachdb/cockroach/issues/93049)
1012
- The `setval` function cannot be resolved when used inside UDF bodies. [#110860](https://github.com/cockroachdb/cockroach/issues/110860)
1113
- Casting subqueries to [user-defined types]({% link {{ page.version.version }}/create-type.md %}) in UDFs is not supported. [#108184](https://github.com/cockroachdb/cockroach/issues/108184)

0 commit comments

Comments
 (0)