Add new psql command \password for changing role password with client-side
Peter Eisentraut <peter_e@gmx.net>
Add new psql command \password for changing role password with client-side password encryption. Also alter createuser command to the same effect.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/alter_role.sgml | modified | +11 −1 |
| doc/src/sgml/ref/create_role.sgml | modified | +13 −1 |
| doc/src/sgml/ref/psql-ref.sgml | modified | +14 −1 |
| src/bin/psql/command.c | modified | +70 −17 |
| src/bin/psql/command.h | modified | +7 −7 |
| src/bin/psql/mainloop.c | modified | +11 −11 |
| src/bin/psql/Makefile | modified | +15 −6 |
| src/bin/psql/startup.c | modified | +2 −2 |
| src/bin/psql/tab-complete.c | modified | +4 −2 |
| src/bin/scripts/createuser.c | modified | +16 −2 |