diff options
| -rw-r--r-- | ydb/library/yql/ast/yql_type_string.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/library/yql/ast/yql_type_string.cpp b/ydb/library/yql/ast/yql_type_string.cpp index 149a062bb1c..a674697191c 100644 --- a/ydb/library/yql/ast/yql_type_string.cpp +++ b/ydb/library/yql/ast/yql_type_string.cpp @@ -1179,7 +1179,7 @@ private: } void Visit(const TPgExprType& type) final { - Out_ << "pg_" << type.GetName(); + Out_ << "pg" << type.GetName(); } void Visit(const TWorldExprType& type) final { |
