Any way to parse plpgsql?
It parses correctly CreateFunctionStmt, but since function declaration itself is a string literal it is "correctly" parsed as a string.
Would be great if it could detect plpgsql language option and use the appropriate parser for that.
Any way to parse plpgsql?
It parses correctly CreateFunctionStmt, but since function declaration itself is a string literal it is "correctly" parsed as a string.
Would be great if it could detect plpgsql language option and use the appropriate parser for that.