pgsql/ oc/src/sgml/ref/set_session_auth.sgml r ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ oc/src/sgml/ref/set_session_auth.sgml r ...
Date: 2002-05-06 19:47:30
Message-ID: 20020506194730.D420B475BF2@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 02/05/06 15:47:30

Modified files:
doc/src/sgml/ref: set_session_auth.sgml
src/backend/commands: variable.c
src/backend/parser: gram.y
src/backend/utils/init: miscinit.c

Log message:
Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATION
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.

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Hiroshi Inoue 2002-05-09 04:10:23 pgsql/src/interfaces/odbc version.h
Previous Message Tom Lane 2002-05-06 18:33:46 pgsql/src/bin/pg_dump pg_dump.c