diff options
author | Bruce Momjian | 2001-11-07 03:12:20 +0000 |
---|---|---|
committer | Bruce Momjian | 2001-11-07 03:12:20 +0000 |
commit | 96f7ef4caf655bfc62f53a407c1ff720d2ea3b32 (patch) | |
tree | 358d9bf1bf5902ce6f1b3e3fe98b1e7b6e85bfd8 | |
parent | 2dba7fdb4b79e01ecd418e33a1304c73ab7ee413 (diff) |
Fix wrapping.
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -88,7 +88,8 @@ PL/PgSQL Allow IS and FOR keywords in cursors, for compatibility (Bruce) 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]) + 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) |