Done:
authorBruce Momjian
Thu, 26 Jan 2006 02:50:11 +0000 (02:50 +0000)
committerBruce Momjian
Thu, 26 Jan 2006 02:50:11 +0000 (02:50 +0000)
< * %Prevent INET cast to CIDR if the unmasked bits are not zero, or
<   zero the bits
< * %Prevent INET cast to CIDR from dropping netmask, SELECT '1.1.1.1'::inet::cidr
> * -Zero umasked bits in conversion from INET cast to CIDR
> * -Prevent INET cast to CIDR from dropping netmask, SELECT '1.1.1.1'::inet::cidr

doc/TODO
doc/src/FAQ/TODO.html

index 03e2178aec71cb5086a02dca0f8527d70aa7953b..cf1d3bbaff847794c2799543c8ecc85f91031fcc 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Sun Jan 22 21:59:28 EST 2006
+Last updated:      Wed Jan 25 21:50:11 EST 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -182,9 +182,8 @@ Data Types
 
 * %Disallow changing default expression of a SERIAL column?
 * Fix data types where equality comparison isn't intuitive, e.g. box
-* %Prevent INET cast to CIDR if the unmasked bits are not zero, or
-  zero the bits
-* %Prevent INET cast to CIDR from dropping netmask, SELECT '1.1.1.1'::inet::cidr
+* -Zero umasked bits in conversion from INET cast to CIDR
+* -Prevent INET cast to CIDR from dropping netmask, SELECT '1.1.1.1'::inet::cidr
 * Allow INET + INT4 to increment the host part of the address, or
   throw an error on overflow
 * %Add 'tid != tid ' operator for use in corruption recovery
index 8a3d0339de766363afea0177c0643e8fad3daeb5..7befad9ef09b286604bb922b0973dc2f6aaeb8cc 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Sun Jan 22 21:59:28 EST 2006
+Last updated:           Wed Jan 25 21:50:11 EST 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -169,9 +169,8 @@ first.
 
       
  • %Disallow changing default expression of a SERIAL column?
  •    
  • Fix data types where equality comparison isn't intuitive, e.g. box
  • -  
  • %Prevent INET cast to CIDR if the unmasked bits are not zero, or
  • -  zero the bits
    -  
  • %Prevent INET cast to CIDR from dropping netmask, SELECT '1.1.1.1'::inet::cidr
  • +  
  • -Zero umasked bits in conversion from INET cast to CIDR
  • +  
  • -Prevent INET cast to CIDR from dropping netmask, SELECT '1.1.1.1'::inet::cidr
  •    
  • Allow INET + INT4 to increment the host part of the address, or
  •    throw an error on overflow
       
  • %Add 'tid != tid ' operator for use in corruption recovery