File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Mon Sep 29 17:15:14 EDT 2003
3
+ Last updated: Mon Sep 29 17:41:25 EDT 2003
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -273,8 +273,6 @@ Commands
273
273
o Allow PL/pgSQL to name columns by ordinal position, e.g. rec.(3)
274
274
o Allow PL/pgSQL EXECUTE query_var INTO record_var;
275
275
o Add capability to create and call PROCEDURES
276
- o Fixed PL/Tcl's spi_prepare to accept full qualified type names in
277
- the parameter type list
278
276
279
277
280
278
Clients
@@ -503,7 +501,7 @@ Source Code
503
501
* Acquire lock on a relation before building a relcache entry for it
504
502
* Research interaction of setitimer() and sleep() used by statement_timeout
505
503
* Add checks for fclose() failure
506
- * Change CVS $Id: TODO,v 1.1140 2003/09/29 21:15:19 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1140 2003/09/29 21:15:19 momjian Exp $
504
+ * Change CVS $Id: TODO,v 1.1141 2003/09/29 21:41:29 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1141 2003/09/29 21:41:29 momjian Exp $
507
505
* Exit postmaster if postgresql.conf can not be opened
508
506
* Rename /scripts directory because they are all C programs now
509
507
* Allow the regression tests to start postmaster with -i so the tests
You can’t perform that action at this time.
0 commit comments