-
Notifications
You must be signed in to change notification settings - Fork 399
Open
Description
There are two sub-problems:
-
The docs for system table
system.settingsdon't mention fieldalias_for. (Funnily, this isn't the case for the example section). -
The docs of ClickHouse's session settings also don't mention setting aliases. For example, setting
allow_experimental_time_time64_typeis documented but settingenable_time_time64_typeis not (the latter is an alias of the former). This is unfortunate because the alias mechanism is often used to promote experimental features to GA (like in the previous example), and users won't be able to find the newer setting names.
Metadata
Metadata
Assignees
Labels
No labels