Skip to content

Commit f1155d9

Browse files
committed
Add new supported schema changes for 25.2
1 parent f1a9a3c commit f1155d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/current/v25.2/manage-logical-data-replication.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,12 @@ There are some supported schema changes, which you can perform during LDR **with
9595
Allowlist schema change | Exceptions
9696
-------------------+-----------
9797
[`CREATE INDEX`]({% link {{ page.version.version }}/create-index.md %}) | <ul><li>[Hash-sharded indexes]({% link {{ page.version.version }}/hash-sharded-indexes.md %})</li><li>Indexes with a [computed column]({% link {{ page.version.version }}/computed-columns.md %})</li><li>[Partial indexes]({% link {{ page.version.version }}/partial-indexes.md %})</li><li>[Unique indexes]({% link {{ page.version.version }}/unique.md %})</li></ul>
98+
<span class="version-tag">New in v25.2:</span> [`ALTER INDEX ... RENAME`]({% link {{ page.version.version }}/alter-index.md %}#rename-to) | N/A
99+
<span class="version-tag">New in v25.2:</span> [`ALTER INDEX ... NOT VISIBLE`]({% link {{ page.version.version }}/alter-index.md %}#not-visible) | N/A
98100
[`DROP INDEX`]({% link {{ page.version.version }}/drop-index.md %}) | N/A
101+
<span class="version-tag">New in v25.2:</span> [`ALTER TABLE ... ALTER COLUMN ... SET DEFAULT`]({% link {{ page.version.version }}/alter-table.md %}#alter-column) | N/A
102+
<span class="version-tag">New in v25.2:</span> [`ALTER TABLE ... ALTER COLUMN ... DROP DEFAULT`]({% link {{ page.version.version }}/alter-table.md %}#alter-column) | N/A
103+
<span class="version-tag">New in v25.2:</span> [`ALTER TABLE ... ALTER COLUMN ... SET VISIBLE`]({% link {{ page.version.version }}/alter-table.md %}#set-the-visibility-of-a-column) | N/A
99104
[Zone configuration]({% link {{ page.version.version }}/show-zone-configurations.md %}) changes | N/A
100105
[`ALTER TABLE ... CONFIGURE ZONE`]({% link {{ page.version.version }}/alter-table.md %}#configure-zone) | N/A
101106
[`ALTER TABLE ... SET/RESET {TTL storage parameters}`]({% link {{ page.version.version }}/row-level-ttl.md %}#ttl-storage-parameters) | <ul><li>`ALTER TABLE SET (ttl_expire_after = "")`</li><li>`ALTER TABLE RESET (ttl_expire_after = "")`</li><li>`ALTER TABLE RESET (ttl)`</li></ul>

0 commit comments

Comments
 (0)