diff options
author | Bruce Momjian | 2008-05-10 01:50:51 +0000 |
---|---|---|
committer | Bruce Momjian | 2008-05-10 01:50:51 +0000 |
commit | 2cabe2db79db73901de0bbcdab36b8dca44fae7a (patch) | |
tree | a71e3f4815db743eae984e366c283e4d7927fe21 /doc/TODO | |
parent | d603b3e48ad57a41a0a9c54305c7be0423360fee (diff) |
Add URL for:
o Allow an existing index to be marked as a table's primary key
>
> http://archives.postgresql.org/pgsql-hackers/2008-04/msg00500.php
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Fri May 9 21:50:10 EDT 2008 +Last updated: Fri May 9 21:50:47 EDT 2008 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -801,6 +801,8 @@ SQL Commands o Allow an existing index to be marked as a table's primary key + http://archives.postgresql.org/pgsql-hackers/2008-04/msg00500.php + * CLUSTER |