From fe10256d512cf4714f4a5fb63e39120525b9adc9 Mon Sep 17 00:00:00 2001 From: Joe Lodin Date: Thu, 6 Nov 2025 14:44:43 -0500 Subject: [PATCH] Remove errantly published release note for v25.2-alpha.3 --- src/current/_includes/releases/v25.2/v25.2.0-alpha.3.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/current/_includes/releases/v25.2/v25.2.0-alpha.3.md b/src/current/_includes/releases/v25.2/v25.2.0-alpha.3.md index 9d806ffd19a..e6cdbddb144 100644 --- a/src/current/_includes/releases/v25.2/v25.2.0-alpha.3.md +++ b/src/current/_includes/releases/v25.2/v25.2.0-alpha.3.md @@ -24,8 +24,6 @@ Release Date: April 7, 2025 [#143588][#143588] - `like_regex` predicate evaluation is now supported in JSONPath queries. For example, `SELECT jsonb_path_query('{}', '"hello" like_regex "^he.*$"');`. [#143240][#143240] -- Added the `EXPERIMENTAL COPY` option to `RESTORE`, which runs online `RESTORE`, but waits to publish the tables until all data is downloaded. - [#143674][#143674]

Operational changes