|
2 | 2 | TODO list for PostgreSQL
|
3 | 3 | ========================
|
4 | 4 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
5 |
| -Last updated:Mon Feb21 23:07:19 EST 2005 |
| 5 | +Last updated:Thu Feb24 09:14:47 EST 2005 |
6 | 6 |
|
7 | 7 | The most recent version of this document can be viewed at the PostgreSQL web
|
8 | 8 | site, http://www.PostgreSQL.org.
|
@@ -492,7 +492,7 @@ Commands
|
492 | 492 |
|
493 | 493 | Currently only constants are supported.
|
494 | 494 |
|
495 |
| -o Change PL/PgSQL to use palloc() instead of malloc() |
| 495 | +o-Change PL/PgSQL to use palloc() instead of malloc() |
496 | 496 | o Handle references to temporary tables that are created, destroyed,
|
497 | 497 | then recreated during a session, and EXECUTE is not used
|
498 | 498 |
|
|