mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Add:
> * Add 'tid != tid ' operator for use in corruption recovery
This commit is contained in:
3
doc/TODO
3
doc/TODO
@ -2,7 +2,7 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
Last updated: Tue Jan 4 00:35:42 EST 2005
|
Last updated: Wed Jan 19 09:17:41 EST 2005
|
||||||
|
|
||||||
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.
|
||||||
@ -169,6 +169,7 @@ Data Types
|
|||||||
* Prevent INET cast to CIDR if the unmasked bits are not zero, or
|
* Prevent INET cast to CIDR if the unmasked bits are not zero, or
|
||||||
zero the bits
|
zero the bits
|
||||||
* Prevent INET cast to CIDR from droping netmask, SELECT '1.1.1.1'::inet::cidr
|
* Prevent INET cast to CIDR from droping netmask, SELECT '1.1.1.1'::inet::cidr
|
||||||
|
* Add 'tid != tid ' operator for use in corruption recovery
|
||||||
|
|
||||||
|
|
||||||
* ARRAYS
|
* ARRAYS
|
||||||
|
Reference in New Issue
Block a user