mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
Remove, already done:
< o Fixed PL/Tcl's spi_prepare to accept full qualified type names in < the parameter type list
This commit is contained in:
parent
8dd0573772
commit
7bc0678e0b
6
doc/TODO
6
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Mon Sep 29 17:15:14 EDT 2003
|
Last updated: Mon Sep 29 17:41:25 EDT 2003
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -273,8 +273,6 @@ Commands
|
|||||||
o Allow PL/pgSQL to name columns by ordinal position, e.g. rec.(3)
|
o Allow PL/pgSQL to name columns by ordinal position, e.g. rec.(3)
|
||||||
o Allow PL/pgSQL EXECUTE query_var INTO record_var;
|
o Allow PL/pgSQL EXECUTE query_var INTO record_var;
|
||||||
o Add capability to create and call PROCEDURES
|
o Add capability to create and call PROCEDURES
|
||||||
o Fixed PL/Tcl's spi_prepare to accept full qualified type names in
|
|
||||||
the parameter type list
|
|
||||||
|
|
||||||
|
|
||||||
Clients
|
Clients
|
||||||
@ -503,7 +501,7 @@ Source Code
|
|||||||
* Acquire lock on a relation before building a relcache entry for it
|
* Acquire lock on a relation before building a relcache entry for it
|
||||||
* Research interaction of setitimer() and sleep() used by statement_timeout
|
* Research interaction of setitimer() and sleep() used by statement_timeout
|
||||||
* Add checks for fclose() failure
|
* Add checks for fclose() failure
|
||||||
* 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 $
|
* 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 $
|
||||||
* Exit postmaster if postgresql.conf can not be opened
|
* Exit postmaster if postgresql.conf can not be opened
|
||||||
* Rename /scripts directory because they are all C programs now
|
* Rename /scripts directory because they are all C programs now
|
||||||
* Allow the regression tests to start postmaster with -i so the tests
|
* Allow the regression tests to start postmaster with -i so the tests
|
||||||
|
Loading…
Reference in New Issue
Block a user