You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When parsing a function using the plpgsql parser it'll error with Error: "row_a.column_a" is not a known variable when the function in question is assigning a value to a row type variable. (row_a.column_a := null::TEXT)
The text was updated successfully, but these errors were encountered:
When parsing a function using the plpgsql parser it'll error with
Error: "row_a.column_a" is not a known variable
when the function in question is assigning a value to a row type variable. (row_a.column_a := null::TEXT
)The text was updated successfully, but these errors were encountered: