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
Note, this may have more to do with differences between the oracle plsql and postgres plsql parsers. However, it seems better to be more permissive in what can be used, so putting in expression would be useful.
For example, standard_function often allows an argument to be concatenation (which is now just another name for
binary_expression
). E.g.However, the official postgres parser allows any
expression
, rather than justconcatentation
. E.g.The text was updated successfully, but these errors were encountered: