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

Commit 6499ebb

Browse files
committed
Add:
> * Add ALTER DOMAIN, AGGREGATE, CONVERSION, SEQUENCE ... OWNER TO >
1 parent 237b4d6 commit 6499ebb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/TODO

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Sun Aug 17 00:17:59 EDT 2003
3+
Last updated: Sun Aug 17 00:28:15 EDT 2003
44

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

@@ -89,6 +89,8 @@ Data Types
8989
* -Prevent month/day swapping of ISO dates to make invalid dates valid
9090
* Have initdb set DateStyle based on locale?
9191
* Add pg_get_acldef(), pg_get_typedefault(), and pg_get_attrdef()
92+
* Add ALTER DOMAIN, AGGREGATE, CONVERSION, SEQUENCE ... OWNER TO
93+
9294

9395
* ARRAYS
9496
o Allow nulls in arrays
@@ -481,7 +483,7 @@ Source Code
481483
* Acquire lock on a relation before building a relcache entry for it
482484
* Research interaction of setitimer() and sleep() used by statement_timeout
483485
* Add checks for fclose() failure
484-
* Change CVS $Id: TODO,v 1.1118 2003/08/17 04:18:01 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1118 2003/08/17 04:18:01 momjian Exp $
486+
* Change CVS $Id: TODO,v 1.1119 2003/08/17 04:28:15 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1119 2003/08/17 04:28:15 momjian Exp $
485487
* Exit postmaster if postgresql.conf can not be opened
486488
* Rename /scripts directory because they are all C programs now
487489
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)