|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Wed Apr 17 23:08:43 EDT 2002 |
| 3 | +Last updated:Wed Apr 17 23:58:08 EDT 2002 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -181,7 +181,6 @@ COMMANDS |
181 | 181 | * Allow command blocks to ignore certain types of errors |
182 | 182 | * Add checks for missing parameters to shell script, to prevent |
183 | 183 | over-shifting |
184 | | -* Abort SET changes made in aborted transactions |
185 | 184 |
|
186 | 185 | * ALTER |
187 | 186 | o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT |
@@ -237,6 +236,7 @@ COMMANDS |
237 | 236 | ANALYZE, and CLUSTER |
238 | 237 | o Add SHOW command to see locale |
239 | 238 | o Allow SHOW to output as a query result, like EXPLAIN |
| 239 | +o Abort SET changes made in aborted transactions (?) |
240 | 240 |
|
241 | 241 | * SERVER-SIDE LANGUAGES |
242 | 242 | o Allow PL/PgSQL's RAISE function to take expressions |
|