aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-11-07 03:10:59 +0000
committerBruce Momjian <bruce@momjian.us>2001-11-07 03:10:59 +0000
commit2dba7fdb4b79e01ecd418e33a1304c73ab7ee413 (patch)
treea522c4fcd74789d1df1af4e51f3141b1c23e061d
parente7c788f3a0ac9e370343039ed813793ccf69dfcb (diff)
downloadpostgresql-2dba7fdb4b79e01ecd418e33a1304c73ab7ee413.tar.gz
postgresql-2dba7fdb4b79e01ecd418e33a1304c73ab7ee413.zip
Correct, not too ambitious, not too
long for an enhancement history item? :) -- Serguei A. Mokhov ~
-rw-r--r--HISTORY6
1 files changed, 4 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index dfdb96d4291..c805b3a37cb 100644
--- a/HISTORY
+++ b/HISTORY
@@ -85,8 +85,10 @@ Have psql \d display indexes in unique, primary groupings (Christopher Kings-Lyn
Improve PL/pgSQL error reporting (Tom)
Add DROP CONSTRAINT for CHECK constraints (Christopher Kings-Lynne)
PL/PgSQL Allow IS and FOR keywords in cursors, for compatibility (Bruce)
-Native language error messages, psql, pg_dump, libpq, configure --enable-nls
- (Peter E, Serguei A. Mokhov, Weiping He, Forth)
+Native language support for error messages in psql, pg_dump, libpq, and
+ postgres components; configure --enable-nls
+ (Peter E [German, some French, some Swedish], Serguei A. Mokhov [Russian],
+ Karel Zak [Czech], Weiping He [Simplified Chinese], Zhenbang Wei [Traditional Chinese])
Make NULL appear at beginning/end based on ORDER BY (Tom)
Add %TYPE capability to CREATE TYPE (Ian Lance Taylor)
Truncate extra-long sequence names to a reasonable value (Tom)