We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac826cc commit 78b248cCopy full SHA for 78b248c
ydb/core/protos/feature_flags.proto
@@ -150,7 +150,7 @@ message TFeatureFlags {
150
optional bool EnableOptionalColumnsInColumnShard = 136 [default = false];
151
//optional bool EnableGranularTimecast = 137 [default = true]; NB. exists in main
152
optional bool EnableAlterShardingInColumnShard = 138 [default = false];
153
- optional bool EnablePgSyntax = 139 [default = false];
+ optional bool EnablePgSyntax = 139 [default = true];
154
optional bool EnableTieringInColumnShard = 140 [default = false];
155
optional bool EnableMetadataObjectsOnServerless = 141 [default = true];
156
optional bool EnableOlapCompression = 142 [default = false];
0 commit comments