Skip to content

Commit 76968fd

Browse files
committed
fix headings
1 parent a12b9c3 commit 76968fd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/current/_includes/releases/v25.4/v25.4.0.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -274,25 +274,25 @@ Before you upgrade, review these changes and other information about the new maj
274274

275275
This section describes newly identified limitations in CockroachDB v25.4.
276276

277-
### Views
277+
##### Views
278278

279279
- The `security_invoker` attribute for views is not supported. Views always use the view definer's privileges when checking permissions. [#138918](https://github.com/cockroachdb/cockroach/issues/138918)
280280
- Casting subqueries to [user-defined types]({% link v25.4/create-type.md %}) (including `ENUM`s) in views is not supported. [#108184](https://github.com/cockroachdb/cockroach/issues/108184)
281281

282-
### User-defined functions
282+
##### User-defined functions
283283

284284
- User-defined functions are not supported in partial index predicates. [#155488](https://github.com/cockroachdb/cockroach/issues/155488)
285285
- Views cannot reference a UDF that contains mutation statements (`INSERT`, `UPDATE`, `UPSERT`, `DELETE`). [#151686](https://github.com/cockroachdb/cockroach/issues/151686)
286286

287-
### Stored procedures
287+
##### Stored procedures
288288

289289
- Pausable portals are not supported with `CALL` statements for stored procedures. [#151529](https://github.com/cockroachdb/cockroach/issues/151529)
290290

291-
### Mixed-isolation workloads
291+
##### Mixed-isolation workloads
292292

293293
- Mixed-isolation-level workloads must enable foreign-key check locking for `SERIALIZABLE` transactions to avoid race conditions. [#151663](https://github.com/cockroachdb/cockroach/issues/151663#issuecomment-3222083180)
294294

295-
### Data domiciling
295+
##### Data domiciling
296296

297297
- When using the `infer_rbr_region_col_using_constraint` option, inserting rows with `DEFAULT` for the region column uses the database's primary region instead of inferring the region from the parent table via foreign-key constraint. [#150783](https://github.com/cockroachdb/cockroach/issues/150783)
298298

0 commit comments

Comments
 (0)