* 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)