postgresql/src/backend/utils/misc
Peter Eisentraut 4ceb2d0cb6 * 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.
2000-01-14 22:11:38 +00:00
..
database.c Fixed everything in and surrounding createdb and dropdb to make it more 2000-01-13 18:26:18 +00:00
Makefile New LDOUT makefile variable for QNX os. 1999-12-13 22:35:27 +00:00
superuser.c * User management commands no longer user pg_exec_query_dest -> more robust 2000-01-14 22:11:38 +00:00
trace.c Remove DATEDEBUG because it didn't look Y2K safe, and fix timestamp elog 2000-01-02 01:37:28 +00:00