diff options
author | Peter Eisentraut | 2008-08-12 09:55:08 +0000 |
---|---|---|
committer | Peter Eisentraut | 2008-08-12 09:55:08 +0000 |
commit | e7e8f1240176f829665f45ec4694017c54ac17bb (patch) | |
tree | 3faf709dcb114ae21ffa71ebdca4ac728f4ef53b | |
parent | e3ab4f6c25bbfaf65391aa3d1ffcb7c8f96098e9 (diff) |
Remove TODO item
Allow XML to accept more liberal DOCTYPE specifications
Everything works correctly, per today's email to -general.
-rw-r--r-- | doc/TODO | 4 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 3 |
2 files changed, 0 insertions, 7 deletions
@@ -280,10 +280,6 @@ Data Types http://archives.postgresql.org/pgsql-bugs/2008-01/msg00189.php -* Allow XML to accept more liberal DOCTYPE specifications - - http://archives.postgresql.org/pgsql-general/2008-02/msg00347.php - * Allow adding/renaming/removing enumerated values to an existing enumerated data type diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 5d0f4a50a3..9e252e0056 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -243,9 +243,6 @@ first. There is also a developer's wiki at<br/> </li><li>Simplify integer cross-data-type operators <p> <a href="http://archives.postgresql.org/pgsql-bugs/2008-01/msg00189.php">http://archives.postgresql.org/pgsql-bugs/2008-01/msg00189.php</a> </p> - </li><li>Allow XML to accept more liberal DOCTYPE specifications -<p> <a href="http://archives.postgresql.org/pgsql-general/2008-02/msg00347.php">http://archives.postgresql.org/pgsql-general/2008-02/msg00347.php</a> -</p> </li><li>Allow adding/renaming/removing enumerated values to an existing enumerated data type <p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-04/msg01718.php">http://archives.postgresql.org/pgsql-hackers/2008-04/msg01718.php</a> |