diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-08-08 23:20:11 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-08-08 23:20:11 +0000 |
commit | 54916d57b3cac7866f4d1350bde3eff060a4ea80 (patch) | |
tree | 77ef2209a92f425efeaed71627fd8703028acba3 | |
parent | 3b78826bb5440c98c49327bc470f3c76784298a4 (diff) | |
download | postgresql-54916d57b3cac7866f4d1350bde3eff060a4ea80.tar.gz postgresql-54916d57b3cac7866f4d1350bde3eff060a4ea80.zip |
Add:
> * Allow INET subnet tests using non-constants
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sun Aug 4 00:16:54 EDT 2002 +Last updated: Thu Aug 8 19:13:54 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -83,6 +83,8 @@ Data Types * Change NUMERIC to enforce the maximum precision, and increase it * Add function to return compressed length of TOAST data values (Tom) * -Add GUC parameter for DATESTYLE +* Allow INET subnet tests using non-constants + * CONVERSION o Store binary-compatible type information in the system |