1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

TODO item done:

* Change FIXED_CHAR_SEL to 0.20 from 0.04 to give better selectivity (Bruce)
This commit is contained in:
Bruce Momjian
2002-03-08 04:29:01 +00:00
parent fd6b9f04a7
commit ee81126d1f
2 changed files with 4 additions and 5 deletions

View File

@ -46,10 +46,9 @@ PERMISSIONS
* Allow usernames to be specified directly in pg_hba.conf (Bruce)
* Add PGPASSWORDFILE environment variable or ~/.pgpass to store
user/host/password combinations
* Remove PGPASSWORD because is insecure on some OS's
* Remove PGPASSWORD because it is insecure on some OS's
* Make single-user local access permissions the default by limiting
permissions on the socket file (Peter E)
* Use thread-safe crypt() in libpq, if available
* -Allow permissions for functions (Peter E)
ADMIN
@ -66,7 +65,7 @@ ADMIN
flags unique
* Allow logging of query durations
* -Prevent SIGHUP and 'pg_ctl reload' from changing command line
specified parameters to postgresql.conf defaults
specified parameters to postgresql.conf defaults (Peter E)
DATA TYPES