Pass session_authorization to the client and make psql update its prompt

Peter Eisentraut <peter_e@gmx.net>

Commit: 29a20145fd2d1859eb3ec1788240244d0b50f68f
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2003-09-03T22:05:09Z
Releases: 7.4.1
Pass session_authorization to the client and make psql update its prompt
accordingly.

Files

PathChange+/−
doc/src/sgml/libpq.sgml modified +3 −2
doc/src/sgml/protocol.sgml modified +3 −2
doc/src/sgml/ref/psql-ref.sgml modified +18 −5
src/backend/utils/misc/guc.c modified +2 −2
src/bin/psql/common.c modified +24 −1
src/bin/psql/common.h modified +2 −1
src/bin/psql/prompt.c modified +2 −2