Pass session_authorization to the client and make psql update its prompt
Peter Eisentraut <peter_e@gmx.net>
Pass session_authorization to the client and make psql update its prompt accordingly.
Files
| Path | Change | +/− |
|---|---|---|
| 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 |