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
I'm getting the following error:
ParserError: Unexpected token at 3:35
...
parseStack: {
text: ' SELECT pg_stat_statements_info.dealloc,\n' +
' pg_stat_statements_info.stats_reset\n' +
' FROM pg_stat_statements_info() pg_stat_statements_info(dealloc, stats_reset);',
It's confused by the expression after the () in the third row. I'm not sure what's the meaning of this view as it's a built-in view for PG15 / pg_stat_statements_info.
The text was updated successfully, but these errors were encountered:
gsimko
changed the title
fails to parse pg_stat_statements_info function
fails to parse pg_stat_statements_info view
May 20, 2023
I'm getting the following error:
ParserError: Unexpected token at 3:35
...
parseStack: {
text: ' SELECT pg_stat_statements_info.dealloc,\n' +
' pg_stat_statements_info.stats_reset\n' +
' FROM pg_stat_statements_info() pg_stat_statements_info(dealloc, stats_reset);',
It's confused by the expression after the () in the third row. I'm not sure what's the meaning of this view as it's a built-in view for PG15 / pg_stat_statements_info.
The text was updated successfully, but these errors were encountered: