From 010eebf1649bb28415d23ddcd0bb7afe102a078c Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 12 Aug 2008 09:55:08 +0000 Subject: [PATCH] Remove TODO item Allow XML to accept more liberal DOCTYPE specifications Everything works correctly, per today's email to -general. --- doc/TODO | 4 ---- doc/src/FAQ/TODO.html | 3 --- 2 files changed, 7 deletions(-) diff --git a/doc/TODO b/doc/TODO index 258c3ba45f..5d382f9b95 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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 @@ -242,9 +242,6 @@ first. There is also a developer's wiki at

  • Simplify integer cross-data-type operators

    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 -- 2.40.0