mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
Small fixes
This commit is contained in:
parent
32c94a28c2
commit
44d1e9d552
32
HISTORY
32
HISTORY
@ -69,11 +69,11 @@ Migration to version 7.2
|
||||
* The function "octet_length()" now returns the uncompressed data
|
||||
length.
|
||||
|
||||
* The date/time value "current" is no longer available. You will need to
|
||||
* The date/time value 'current' is no longer available. You will need to
|
||||
rewrite your applications.
|
||||
|
||||
* The timestamp() function is no longer available. Use timestamp
|
||||
"string" instead, or CAST.
|
||||
'string' instead, or CAST.
|
||||
|
||||
The SELECT ... LIMIT #,# syntax will be removed in the next release. You
|
||||
should change your queries to use separate LIMIT and OFFSET clauses, e.g.
|
||||
@ -250,7 +250,7 @@ Changes
|
||||
|
||||
Internationalization
|
||||
|
||||
Native language support in psql, pg_dump, libpq, and server (Peter E)
|
||||
National language support in psql, pg_dump, libpq, and server (Peter E)
|
||||
Message translations in Chinese (simplified, traditional), Czech, French, German, Hungarian, Russian, Swedish (Peter E, Serguei A. Mokhov, Karel Zak, Weiping He, Zhenbang Wei, Kovacs Zoltan)
|
||||
Make trim, ltrim, rtrim, btrim, lpad, rpad, translate multibyte aware (Tatsuo)
|
||||
Add LATIN5,6,7,8,9,10 support (Tatsuo)
|
||||
@ -369,7 +369,7 @@ Changes
|
||||
ECPG
|
||||
|
||||
EXECUTE ... INTO implemented
|
||||
multiple row descriptor support (e.g. CARDINALITY)
|
||||
Multiple row descriptor support (e.g. CARDINALITY)
|
||||
Fix for GRANT parameters (Lee Kindness)
|
||||
Fix INITIALLY DEFERRED bug
|
||||
Various bug fixes (Michael, Christof Petig)
|
||||
@ -2913,9 +2913,9 @@ Migration from version 1.02 to version 1.02.1
|
||||
In order to upgrade older Postgres95 version 1.01 or 1.02 databases to
|
||||
version 1.02.1, the following steps are required:
|
||||
|
||||
|