11TODO list for PostgreSQL
22========================
3- Last updated:Mon Jul 2120:49:24 EDT 2003
3+ Last updated:Mon Jul 2121:06:50 EDT 2003
44
55Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
66
@@ -251,6 +251,8 @@ Commands
251251o -Make PL/PgSQL %TYPE schema-aware
252252o Allow PL/PgSQL to support array element assignment
253253o Add PL/PHP (Joe, Jan)
254+ o Allow PL/pgSQL to name columns by ordinal position, e.g. rec.(3)
255+
254256
255257
256258Clients
@@ -445,6 +447,7 @@ Miscellaneous
445447* Add a script to ask system configuration questions and tune postgresql.conf
446448* Allow partitioning of table into multiple subtables
447449
450+
448451Source Code
449452===========
450453
@@ -468,7 +471,7 @@ Source Code
468471* Acquire lock on a relation before building a relcache entry for it
469472* Research interaction of setitimer() and sleep() used by statement_timeout
470473* Add checks for fclose() failure
471- * Change CVS $Id: TODO,v 1.1094 2003/07/2200:49:22 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1094 2003/07/2200:49:22 momjian Exp $
474+ * Change CVS $Id: TODO,v 1.1095 2003/07/2201:06:51 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1095 2003/07/2201:06:51 momjian Exp $
472475* Exit postmaster if postgresql.conf can not be opened
473476* Rename /scripts directory because they are all C programs now
474477* Allow the regression tests to start postmaster with -i so the tests