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 ec460b7 commit 1790ae6Copy full SHA for 1790ae6
ydb/library/yql/sql/pg/pg_sql.cpp
@@ -2912,7 +2912,7 @@ class TConverter : public IPGParseEvents {
2912
case AT_ColumnDefault: { /* ALTER COLUMN DEFAULT */
2913
const auto* def = cmd->def;
2914
const auto* colName = cmd->name;
2915
- switch (NodeTag(def)) {
+ switch (NodeTag(def)) {
2916
case T_FuncCall: {
2917
const auto* newDefault = CAST_NODE(FuncCall, def);
2918
const auto* funcName = ListNodeNth(newDefault->funcname, 0);
0 commit comments