summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2001-12-27 21:10:15 +0000
committerPeter Eisentraut <peter_e@gmx.net>2001-12-27 21:10:15 +0000
commit44d1e9d552ddd96e6d632aecdd1df6785485c5a9 (patch)
treefad4862b951afc4ba393d3e76da94987bf8e944f /HISTORY
parent32c94a28c259bcabd8c547ed479997e1e14ac1a5 (diff)
downloadpostgresql-44d1e9d552ddd96e6d632aecdd1df6785485c5a9.tar.gz
Small fixes
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY32
1 files changed, 16 insertions, 16 deletions
diff --git a/HISTORY b/HISTORY
index d40c9cc788..f7f6693073 100644
--- a/HISTORY
+++ b/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:
-
+
-
+
databases. This is done by running the new 1.02.1 server against your
own 1.01 or 1.02 database and applying the queries attached at the end
of the file. This can be done easily through "psql". If your 1.01 or
@@ -3000,16 +3000,16 @@ Migration from version 1.0 to version 1.01
In order to Postgres95 version 1.01 with databases created with Postgres95
version 1.0, the following steps are required:
-
+
OIDNAMELEN to 20.
-
+
-
+
data directory (typically the value of your $PGDATA).
"src/libpq/pg_hba" shows an example syntax.
-
+
the line
HBA = 1
@@ -3020,19 +3020,19 @@ Migration from version 1.0 to version 1.01
if you do not take steps A or B above, the out-of-the-box 1.01
will not allow you to connect to 1.0 databases.
-
+
-
+
your existing $PGDATA directory.
-
+
path up so that 1.01 binaries are being used.
-
+
-
+
-
+
This is done by running the new 1.01 server against your own 1.0
database and applying the queries attached and saving in the file
1.0_to_1.01.sql. This can be done easily through "psql". If your 1.0