]> granicus.if.org Git - postgresql/commitdiff
Add:
authorBruce Momjian <bruce@momjian.us>
Thu, 14 Oct 2004 19:26:40 +0000 (19:26 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 14 Oct 2004 19:26:40 +0000 (19:26 +0000)
<
> * Prevent inet cast to cidr if the unmasked bits are not zero, or
>   zero bits

doc/TODO

index b7f5403b3b0a98d2a422dc863786e3430585e1b6..211df3ba942589787a499e90df1f0a3664868f71 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
 Bracketed items "[]" have more detail.
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated:          Tue Oct 12 21:03:05 EDT 2004
+Last updated:          Thu Oct 14 15:26:35 EDT 2004
 
 The most recent version of this document can be viewed at the PostgreSQL web
 site, http://www.PostgreSQL.org.
@@ -135,7 +135,8 @@ Data Types
   everywhere a TZ name is currently taken
 * Allow customization of the known set of TZ names (generalize the
   present australian_timezones hack)
-
+* Prevent inet cast to cidr if the unmasked bits are not zero, or
+  zero bits
 
 * ARRAYS
        o Allow nulls in arrays