Skip to content

Commit 78b248c

Browse files
authored
PgSyntax feature flag is true by default (#10684)
1 parent ac826cc commit 78b248c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/feature_flags.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ message TFeatureFlags {
150150
optional bool EnableOptionalColumnsInColumnShard = 136 [default = false];
151151
//optional bool EnableGranularTimecast = 137 [default = true]; NB. exists in main
152152
optional bool EnableAlterShardingInColumnShard = 138 [default = false];
153-
optional bool EnablePgSyntax = 139 [default = false];
153+
optional bool EnablePgSyntax = 139 [default = true];
154154
optional bool EnableTieringInColumnShard = 140 [default = false];
155155
optional bool EnableMetadataObjectsOnServerless = 141 [default = true];
156156
optional bool EnableOlapCompression = 142 [default = false];

0 commit comments

Comments
 (0)