|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Thu Mar 2002:00:49 EST 2003 |
| 3 | +Last updated:Thu Mar 2022:47:34 EST 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -65,7 +65,7 @@ Data Types
|
65 | 65 | * Add IPv6 capability to INET/CIDR types
|
66 | 66 | * Remove Money type, add money formatting for decimal type
|
67 | 67 | * Change factorial to return a numeric
|
68 |
| -* Change NUMERIC data type to use base 10,000 internally |
| 68 | +*-Change NUMERIC data type to use base 10,000 internally |
69 | 69 | * Change NUMERIC to enforce the maximum precision, and increase it
|
70 | 70 | * Add function to return compressed length of TOAST data values (Tom)
|
71 | 71 | * Allow INET subnet tests using non-constants
|
|