Skip to content

Commit f7827bd

Browse files
committed
Done:
> * -Allow UPDATE to use SET col = DEFAULT
1 parent 53c4f12 commit f7827bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/TODO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Tue Jun 24 22:43:52 EDT 2003
3+
Last updated: Wed Jun 25 00:19:29 EDT 2003
44

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

@@ -176,7 +176,7 @@ Commands
176176
* Add schema option to createlang
177177
* Allow savepoints / nested transactions [transactions] (Bruce)
178178
* Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns
179-
* Allow UPDATE to use SET col = DEFAULT
179+
* -Allow UPDATE to use SET col = DEFAULT
180180
* -Add config variable to prevent auto-adding missing FROM-clause tables
181181
* Allow SET CONSTRAINTS to be qualified by schema/table
182182
* Have SELECT '13 minutes'::interval display zero seconds in ISO datestyle
@@ -461,7 +461,7 @@ Source Code
461461
* Acquire lock on a relation before building a relcache entry for it
462462
* Research interaction of setitimer() and sleep() used by statement_timeout
463463
* Add checks for fclose() failure
464-
* Change CVS $Id: TODO,v 1.1071 2003/06/25 02:43:54 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1071 2003/06/25 02:43:54 momjian Exp $
464+
* Change CVS $Id: TODO,v 1.1072 2003/06/25 04:19:35 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1072 2003/06/25 04:19:35 momjian Exp $
465465
* Exit postmaster if postgresql.conf can not be opened
466466
* Rename /scripts directory because they are all C programs now
467467
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)