OSDN Git Service

Pass session_authorization to the client and make psql update its prompt
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 3 Sep 2003 22:05:09 +0000 (22:05 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 3 Sep 2003 22:05:09 +0000 (22:05 +0000)
commit29a20145fd2d1859eb3ec1788240244d0b50f68f
tree6b83ccf2e9b2c6104c3ebb9f4a4b78581d9c827b
parent4e85f760e6b1cccfb82be8078257ade01435573e
Pass session_authorization to the client and make psql update its prompt
accordingly.
doc/src/sgml/libpq.sgml
doc/src/sgml/protocol.sgml
doc/src/sgml/ref/psql-ref.sgml
src/backend/utils/misc/guc.c
src/bin/psql/common.c
src/bin/psql/common.h
src/bin/psql/prompt.c