Skip to content
Snippets Groups Projects
Commit 4ceb2d0c authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

* User management commands no longer user pg_exec_query_dest -> more robust

* Let unprivileged users change their own passwords.

* The password is now an Sconst in the parser, which better reflects its text datatype and also
forces users to quote them.

* If your password is NULL you won't be written to the password file, meaning you can't connect
until you have a password set up (if you use password authentication).

* When you drop a user that owns a database you get an error. The database is not gone.
parent 2af360ed
No related branches found
No related tags found
No related merge requests found
Showing
with 1150 additions and 778 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment