Commit 130972b4 authored by Bruce Momjian's avatar Bruce Momjian

Add:

<
> * Prevent inet cast to cidr if the unmasked bits are not zero, or
>   zero bits
parent 44692d8d
...@@ -5,7 +5,7 @@ TODO list for PostgreSQL ...@@ -5,7 +5,7 @@ TODO list for PostgreSQL
Bracketed items "[]" have more detail. Bracketed items "[]" have more detail.
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) 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 The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org. site, http://www.PostgreSQL.org.
...@@ -135,7 +135,8 @@ Data Types ...@@ -135,7 +135,8 @@ Data Types
everywhere a TZ name is currently taken everywhere a TZ name is currently taken
* Allow customization of the known set of TZ names (generalize the * Allow customization of the known set of TZ names (generalize the
present australian_timezones hack) present australian_timezones hack)
* Prevent inet cast to cidr if the unmasked bits are not zero, or
zero bits
* ARRAYS * ARRAYS
o Allow nulls in arrays o Allow nulls in arrays
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment