mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
Done:
> * -Improve control over user privileges, including table creation > * -Add PGPASSWORDFILE environment variable or ~/.pgpass to store > o -Compile under jdk 1.4
This commit is contained in:
parent
b1a5f87209
commit
ea1954fc35
11
doc/TODO
11
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Wed Aug 14 14:38:48 EDT 2002
|
Last updated: Thu Aug 15 13:46:30 EDT 2002
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -43,12 +43,11 @@ Reporting
|
|||||||
Permissions
|
Permissions
|
||||||
===========
|
===========
|
||||||
|
|
||||||
* Improve control over user privileges, including table creation and
|
* -Improve control over user privileges, including table creation
|
||||||
lock use [privileges] (Karel, others)
|
|
||||||
* -Allow user/group names to be specified directly in pg_hba.conf (Bruce)
|
* -Allow user/group names to be specified directly in pg_hba.conf (Bruce)
|
||||||
* Add PGPASSWORDFILE environment variable or ~/.pgpass to store
|
* -Add PGPASSWORDFILE environment variable or ~/.pgpass to store
|
||||||
user/host/password combinations
|
user/host/password combinations
|
||||||
* Remove PGPASSWORD because it is insecure on some OS's
|
* Remove PGPASSWORD because it is insecure on some OS's, in 7.4
|
||||||
* Make single-user local access permissions the default by limiting
|
* Make single-user local access permissions the default by limiting
|
||||||
permissions on the socket file (Peter E)
|
permissions on the socket file (Peter E)
|
||||||
* -Allow permissions for functions (Peter E)
|
* -Allow permissions for functions (Peter E)
|
||||||
@ -291,7 +290,7 @@ Clients
|
|||||||
o Use cursors implicitly to avoid large results (see setCursorName())
|
o Use cursors implicitly to avoid large results (see setCursorName())
|
||||||
o -Add support for CallableStatements
|
o -Add support for CallableStatements
|
||||||
o Add LISTEN/NOTIFY support to the JDBC driver (Barry)
|
o Add LISTEN/NOTIFY support to the JDBC driver (Barry)
|
||||||
o Compile under jdk 1.4
|
o -Compile under jdk 1.4
|
||||||
|
|
||||||
* ECPG
|
* ECPG
|
||||||
o Implement set descriptor, using descriptor
|
o Implement set descriptor, using descriptor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user