The following is valid sql, and works in postgres, but cannot be parsed with sqlparser: ```sql select * from my_srf() with ordinality; ``` https://www.postgresql.org/docs/current/functions-srf.html Initially reported in https://github.com/lovasoa/SQLpage/discussions/491#discussioncomment-9986790
The following is valid sql, and works in postgres, but cannot be parsed with sqlparser:
https://www.postgresql.org/docs/current/functions-srf.html
Initially reported in sqlpage/SQLPage#491 (reply in thread)