mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Merge pull request #66620 from Blargian/patch-7
Fix formatting error of `fqdn`
This commit is contained in:
commit
7e22f75f3b
@ -76,7 +76,7 @@ WHERE macro = 'test';
|
||||
└───────┴──────────────┘
|
||||
```
|
||||
|
||||
## FQDN
|
||||
## fqdn
|
||||
|
||||
Returns the fully qualified domain name of the ClickHouse server.
|
||||
|
||||
@ -86,7 +86,7 @@ Returns the fully qualified domain name of the ClickHouse server.
|
||||
fqdn();
|
||||
```
|
||||
|
||||
Aliases: `fullHostName`, 'FQDN'.
|
||||
Aliases: `fullHostName`, `FQDN`.
|
||||
|
||||
**Returned value**
|
||||
|
||||
|
@ -1653,6 +1653,7 @@ formated
|
||||
formatschema
|
||||
formatter
|
||||
formatters
|
||||
fqdn
|
||||
frac
|
||||
freezed
|
||||
fromDaysSinceYearZero
|
||||
|
Loading…
Reference in New Issue
Block a user