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

Peter Eisentraut <peter_e@gmx.net>

Commit: 4ceb2d0cb619bba2ecbf5d72a10c8fa7ba321366
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2000-01-14T22:11:38Z
Releases: 7.1.1
* 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.

Files