• Tom Lane's avatar
    Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATION · 28227889
    Tom Lane authored
    to reset session userid to the originally-authenticated name.  Also,
    relax SET SESSION AUTHORIZATION to allow specifying one's own username
    even if one is not superuser, so as to avoid unnecessary error messages
    when loading a pg_dump file that uses this command.  Per discussion from
    several months ago.
    28227889
gram.y 162 KB