|
2 | 2 | TODO list for PostgreSQL
|
3 | 3 | ========================
|
4 | 4 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
5 |
| -Last updated:Tue Jan 4 00:35:42 EST 2005 |
| 5 | +Last updated:Wed Jan19 09:17:41 EST 2005 |
6 | 6 |
|
7 | 7 | The most recent version of this document can be viewed at the PostgreSQL web
|
8 | 8 | site, http://www.PostgreSQL.org.
|
@@ -169,6 +169,7 @@ Data Types
|
169 | 169 | * Prevent INET cast to CIDR if the unmasked bits are not zero, or
|
170 | 170 | zero the bits
|
171 | 171 | * Prevent INET cast to CIDR from droping netmask, SELECT '1.1.1.1'::inet::cidr
|
| 172 | +* Add 'tid != tid ' operator for use in corruption recovery |
172 | 173 |
|
173 | 174 |
|
174 | 175 | * ARRAYS
|
|