Docs links fix (#7448)

* Typo fix.

* Links fix.

* Fixed links in docs.

* More fixes.

* Link fixes.

* Fixed links.
This commit is contained in:
BayoNet 2019-10-23 13:51:06 +03:00 committed by GitHub
parent 5ac672bfdf
commit 04a6c6ac4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -757,4 +757,9 @@ If there were problems with mutating some parts, the following columns contain a
**latest_fail_reason** - The exception message that caused the most recent part mutation failure.
## system.disks {#system_tables-disks}
## system.storage_policies {#system_tables-storage_policies}
[Original article](https://clickhouse.yandex/docs/en/operations/system_tables/) <!--hide-->

View File

@ -355,6 +355,8 @@ Before downloading, the system checks if the partition exists and the table stru
Although the query is called `ALTER TABLE`, it does not change the table structure and does not immediately change the data available in the table.
#### MOVE PARTITION|PART {#alter_move-partition}
#### How To Set Partition Expression {#alter-how-to-specify-part-expr}
You can specify the partition expression in `ALTER ... PARTITION` queries in different ways: