Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

allow_deprecated_* 会话设置

这些设置可在 system.settings 中查看,并由 源代码 自动生成。

allow_deprecated_database_ordinary

类型
Bool
默认值
0

允许使用已弃用的 Ordinary 引擎创建数据库

allow_deprecated_error_prone_window_functions

类型
Bool
默认值
0
版本历史
版本默认值注释
24.50允许使用已弃用且易出错的窗口函数(neighbor、runningAccumulate、runningDifferenceStartingWithFirstValue、runningDifference)

允许使用已弃用且易出错的窗口函数 (neighbor、runningAccumulate、runningDifferenceStartingWithFirstValue、runningDifference)

allow_deprecated_syntax_for_merge_tree

类型
Bool
默认值
0

允许使用已弃用的引擎定义语法创建 *MergeTree 表

Navigation