|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Tue Apr 23 12:55:58 EDT 2002 |
| 3 | +Last updated:Tue Apr 23 12:59:21 EDT 2002 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -305,7 +305,7 @@ REFERENTIAL INTEGRITY
|
305 | 305 | * Implement dirty reads and use them in RI triggers
|
306 | 306 | * Make triggers refer to columns by number, not name
|
307 | 307 | * Enforce referential integrity for system tables
|
308 |
| -* -Allow user to control trigger firing order |
| 308 | +* -Allow user to control trigger firing order (Tom) |
309 | 309 | * Add ALTER TRIGGER ... RENAME
|
310 | 310 | * Change foreign key constraint for array -> element to mean element
|
311 | 311 | in array
|
@@ -471,7 +471,7 @@ SOURCE CODE
|
471 | 471 | * Remove warnings created by -Wcast-align
|
472 | 472 | * Move platform-specific ps status display info from ps_status.c to ports
|
473 | 473 | * Make one version of simple_prompt() in code (Bruce, Tom)
|
474 |
| -* Compile in syslog functionaility by default (?) |
| 474 | +*-Compile in syslog functionaility by default (Tatsuo) |
475 | 475 | * Modify regression tests to prevent failures do to minor numeric rounding
|
476 | 476 | * Use our own getopt() for FreeBSD/OpenBSD to allow --xxx flags (Bruce)
|
477 | 477 | * Add OpenBSD's getpeereid() call for local socket authentication (Bruce)
|
|