summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-10-01 21:47:24 +0000
committerBruce Momjian <bruce@momjian.us>2001-10-01 21:47:24 +0000
commit95b2a2a34fbd104d1cac5230b3c62931bfeff69f (patch)
treeb1c5902337e20b418813c31094346355ead01bee /HISTORY
parent1929a90b6927a81cc5e8a5d566d9f4092ec518bb (diff)
downloadpostgresql-95b2a2a34fbd104d1cac5230b3c62931bfeff69f.tar.gz
Fix wording.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 5e7d0ac229..2dea285762 100644
--- a/HISTORY
+++ b/HISTORY
@@ -31,6 +31,9 @@ authentication option is available on Linux and *BSD systems.
statistics module to get fine-grained information about table and index
usage.
+ Internationalization - Error messages can now be displayed in
+several languages.
+
Migration to 7.2
A dump/restore using pg_dump is required for those wishing to migrate
@@ -488,6 +491,7 @@ New GIST seg/cube examples (Gene Selkov)
Improved round(numeric) handling (Tom)
Fix CIDR output formatting (Tom)
New CIDR abbrev() function (Tom)
+New to_char(interval, text) function (Karel)
Performance
-----------