Skip to content

fails to parse pg_stat_statements_info view #76

@gsimko

Description

@gsimko

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions