|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Sep4 18:09:28 EDT 2002 |
| 3 | +Last updated:Thu Sep5 00:58:20 EDT 2002 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -268,7 +268,7 @@ Commands
|
268 | 268 | o Allow array declarations and other data types in PL/PgSQl DECLARE
|
269 | 269 | o Add PL/PgSQL PROCEDURES that can return multiple values
|
270 | 270 | o Add table function support to pltcl, plperl, plpython
|
271 |
| - |
| 271 | +o Make PL/PgSQL %TYPE schema-aware |
272 | 272 |
|
273 | 273 | Clients
|
274 | 274 | =======
|
@@ -318,7 +318,7 @@ Referential Integrity
|
318 | 318 | * Add deferred trigger queue file (Jan)
|
319 | 319 | * -Allow oid to act as a foreign key
|
320 | 320 | * Implement dirty reads and use them in RI triggers
|
321 |
| -* Make triggers refer to columns by number, not name |
| 321 | +*-Make triggers refer to columns by number, not name |
322 | 322 | * Enforce referential integrity for system tables
|
323 | 323 | * -Allow user to control trigger firing order (Tom)
|
324 | 324 | * -Add ALTER TRIGGER ... RENAME
|
|