Skip to content

Commit 356b36e

Browse files
committed
Update TODO list.
1 parent 78d312b commit 356b36e

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

doc/TODO

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Thu Nov 22 12:18:38 EST 2001
3+
Last updated: Thu Nov 22 20:48:31 EST 2001
44

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

@@ -162,11 +162,6 @@ COMMANDS
162162
* Add BETWEEN ASYMMETRIC/SYMMETRIC
163163
* Remove LIMIT #,# and force use LIMIT and OFFSET clauses in 7.3 (Bruce)
164164
* Allow LIMIT/OFFSET to use expressions
165-
* Allow PL/PgSQL's RAISE function to take expressions
166-
* PL/PgSQL does not handle quoted mixed-case identifiers
167-
* Change PL/PgSQL to use palloc() instead of malloc()
168-
* Add untrusted version of plpython
169-
* Add plsh server-side shell language (Peter E)
170165
* -Allow GRANT/REVOKE to handle multiple user/group names
171166
* -Allow CREATEUSER/CREATEDB ordering in CREATE/ALTER USER (Vince)
172167
* Disallow TRUNCATE on tables that are involved in referential constraints
@@ -215,6 +210,12 @@ COMMANDS
215210
o Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM
216211
ANALYZE, and CLUSTER
217212
o Add SHOW command to see locale
213+
SERVER-SIDE LANGUAGES
214+
o Allow PL/PgSQL's RAISE function to take expressions
215+
o PL/PgSQL does not handle quoted mixed-case identifiers
216+
o Change PL/PgSQL to use palloc() instead of malloc()
217+
o Add untrusted version of plpython
218+
o Add plsh server-side shell language (Peter E)
218219

219220
CLIENTS
220221

@@ -270,6 +271,8 @@ REFERENTIAL INTEGRITY
270271
* Allow user to control trigger firing order
271272
* Change foreign key constraint for array -> element to mean element
272273
in array
274+
* Fix foreign key constraints to not error on intermediate states
275+
of the database (Stephan)
273276

274277
DEPENDENCY CHECKING
275278

0 commit comments

Comments
 (0)