|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated: Mon Apr 15 16:51:11 EDT 2002 |
| 3 | +Last updated: Wed Apr 17 16:35:06 EDT 2002 |
4 | 4 |
|
5 | 5 | Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -51,6 +51,7 @@ PERMISSIONS
|
51 | 51 | permissions on the socket file (Peter E)
|
52 | 52 | * -Allow permissions for functions (Peter E)
|
53 | 53 |
|
| 54 | + |
54 | 55 | ADMIN
|
55 | 56 | -----
|
56 | 57 |
|
|
66 | 67 | * Allow logging of query durations
|
67 | 68 | * -Prevent SIGHUP and 'pg_ctl reload' from changing command line
|
68 | 69 | specified parameters to postgresql.conf defaults (Peter E)
|
69 |
| - |
| 70 | +* Allow easy display of usernames in a group |
70 | 71 |
|
71 | 72 | DATA TYPES
|
72 | 73 | ----------
|
@@ -129,6 +130,7 @@ VIEWS / RULES
|
129 | 130 | * -Remove brackets as multi-statement rule grouping, must use parens (Bruce)
|
130 | 131 | * Prevent aggregates from being used in rule WHERE clauses
|
131 | 132 |
|
| 133 | + |
132 | 134 | INDEXES
|
133 | 135 | -------
|
134 | 136 |
|
@@ -246,6 +248,7 @@ COMMANDS
|
246 | 248 | without using PL/PgSQL EXECUTE, needs cached plan invalidation
|
247 | 249 | o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
|
248 | 250 |
|
| 251 | + |
249 | 252 | CLIENTS
|
250 | 253 | -------
|
251 | 254 |
|
@@ -322,6 +325,7 @@ DEPENDENCY CHECKING
|
322 | 325 | * Make foreign keys easier to identify
|
323 | 326 | * Flush cached query plans when their underlying catalog data changes
|
324 | 327 |
|
| 328 | + |
325 | 329 | TRANSACTIONS
|
326 | 330 | ------------
|
327 | 331 |
|
@@ -374,6 +378,7 @@ VACUUM
|
374 | 378 | lock and truncate table [vacuum]
|
375 | 379 | * Provide automatic running of vacuum in the background (Tom)
|
376 | 380 |
|
| 381 | + |
377 | 382 | LOCKING
|
378 | 383 | -------
|
379 | 384 |
|
|
0 commit comments