Skip to content

Commit d89dd3a

Browse files
authored
Update system.md
Add `SYSTEM` before `RELOAD`
1 parent c6dc04b commit d89dd3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/en/sql-reference/statements/system.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,16 @@ Reloads all registered [executable user defined functions](/sql-reference/functi
7575
**Syntax**
7676

7777
```sql
78-
RELOAD FUNCTIONS [ON CLUSTER cluster_name]
79-
RELOAD FUNCTION [ON CLUSTER cluster_name] function_name
78+
SYSTEM RELOAD FUNCTIONS [ON CLUSTER cluster_name]
79+
SYSTEM RELOAD FUNCTION [ON CLUSTER cluster_name] function_name
8080
```
8181

8282
## RELOAD ASYNCHRONOUS METRICS {#reload-asynchronous-metrics}
8383

8484
Re-calculates all [asynchronous metrics](../../operations/system-tables/asynchronous_metrics.md). Since asynchronous metrics are periodically updated based on setting [asynchronous_metrics_update_period_s](../../operations/server-configuration-parameters/settings.md), updating them manually using this statement is typically not necessary.
8585

8686
```sql
87-
RELOAD ASYNCHRONOUS METRICS [ON CLUSTER cluster_name]
87+
SYSTEM RELOAD ASYNCHRONOUS METRICS [ON CLUSTER cluster_name]
8888
```
8989

9090
## DROP DNS CACHE {#drop-dns-cache}

0 commit comments

Comments
 (0)