Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 22bd88b

Browse files
committed
Remove:
< o Add PL/PgSQL PROCEDURES that can return multiple values
1 parent 6a99184 commit 22bd88b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/TODO

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Thu Aug 7 22:00:19 EDT 2003
3+
Last updated: Fri Aug 8 12:33:31 EDT 2003
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -249,7 +249,6 @@ Commands
249249
get_employee_salary(emp_id => 12345, tax_year => 2001)
250250
o Add PL/PgSQL packages
251251
o Allow array declarations and other data types in PL/PgSQL DECLARE
252-
o Add PL/PgSQL PROCEDURES that can return multiple values
253252
o Add table function support to pltcl, plperl, plpython
254253
o -Make PL/PgSQL %TYPE schema-aware
255254
o Allow PL/PgSQL to support array element assignment
@@ -474,7 +473,7 @@ Source Code
474473
* Acquire lock on a relation before building a relcache entry for it
475474
* Research interaction of setitimer() and sleep() used by statement_timeout
476475
* Add checks for fclose() failure
477-
* Change CVS $Id: TODO,v 1.1107 2003/08/08 02:00:20 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1107 2003/08/08 02:00:20 momjian Exp $
476+
* Change CVS $Id: TODO,v 1.1108 2003/08/08 16:33:35 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1108 2003/08/08 16:33:35 momjian Exp $
478477
* Exit postmaster if postgresql.conf can not be opened
479478
* Rename /scripts directory because they are all C programs now
480479
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)