Skip to content

Support SET SESSION AUTHORIZATION in Postgres #2086

@watford-ep

Description

@watford-ep

Working through more Postgres compat and found that npgsql issues the following SQL when recycling a connection in a pool:

SET SESSION AUTHORIZATION DEFAULT;
RESET ALL;
CLOSE ALL;
UNLISTEN *;
SELECT pg_advisory_unlock_all();
DISCARD SEQUENCES;
DISCARD TEMP;

With #2078 the last piece of that puzzle is SET SESSION AUTHORIZATION.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions