Describe the bug
PgFunctionFileParser cannot parse multi-word IN type
To Reproduce
Steps to reproduce the behavior OR commands run:
- Create a function source file with
IN param_name TIMESTAMP WITH TIME ZONE
- Try to read the file into the
DBAppModel
- See error
Expected behavior
File is loaded and parameter type recognized.