Skip to content

Commit 9aaf5ac

Browse files
authored
docs: fixed info about alter distr table (that it requires buddy)
1 parent e6e0adf commit 9aaf5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: manual/Updating_table_schema_and_settings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ To change the list of local or remote nodes in a distributed table, follow the s
312312
ALTER TABLE `distr_table_name` [[local='local_table_name'], [agent='host:port:remote_table'] ... ]
313313
```
314314

315-
> NOTE: Renaming a real-time table requires [Manticore Buddy](../Installation/Manticore_Buddy.md). If it doesn't work, make sure Buddy is installed.
315+
> NOTE: Changing the schema of a distributed table online requires [Manticore Buddy](../Installation/Manticore_Buddy.md). If it doesn't work, make sure Buddy is installed.
316316
317317
<!-- request Example -->
318318
```sql

0 commit comments

Comments
 (0)