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

Commit 070c33c

Browse files
committed
Add:
> * Allow more ISOLATION LEVELS to be accepted, but issue a warning for them
1 parent 8b3414d commit 070c33c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Thu Oct 23 23:24:19 EDT 2003
3+
Last updated: Sat Oct 25 22:57:43 EDT 2003
44

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

@@ -204,6 +204,7 @@ Commands
204204
* COMMENT ON [ CAST | CONVERSION | OPERATOR CLASS | LARGE OBJECT | LANGUAGE ]
205205
(Christopher)
206206
* Add optional textual message to NOTIFY
207+
* Allow more ISOLATION LEVELS to be accepted, but issue a warning for them
207208

208209

209210
* ALTER
@@ -514,7 +515,7 @@ Source Code
514515
* Acquire lock on a relation before building a relcache entry for it
515516
* Research interaction of setitimer() and sleep() used by statement_timeout
516517
* Add checks for fclose() failure
517-
* Change CVS $Id: TODO,v 1.1158 2003/10/24 03:24:32 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1158 2003/10/24 03:24:32 momjian Exp $
518+
* Change CVS $Id: TODO,v 1.1159 2003/10/26 02:57:39 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1159 2003/10/26 02:57:39 momjian Exp $
518519
* Exit postmaster if postgresql.conf can not be opened
519520
* Rename /scripts directory because they are all C programs now
520521
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)