summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY4
-rw-r--r--doc/src/sgml/libpgeasy.sgml4
2 files changed, 6 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 5e7d0ac229..2dea285762 100644
--- a/HISTORY
+++ b/HISTORY
@@ -31,6 +31,9 @@ authentication option is available on Linux and *BSD systems.
statistics module to get fine-grained information about table and index
usage.
+ Internationalization - Error messages can now be displayed in
+several languages.
+
Migration to 7.2
A dump/restore using pg_dump is required for those wishing to migrate
@@ -488,6 +491,7 @@ New GIST seg/cube examples (Gene Selkov)
Improved round(numeric) handling (Tom)
Fix CIDR output formatting (Tom)
New CIDR abbrev() function (Tom)
+New to_char(interval, text) function (Karel)
Performance
-----------
diff --git a/doc/src/sgml/libpgeasy.sgml b/doc/src/sgml/libpgeasy.sgml
index 7a177c0dce..3e1971d50b 100644
--- a/doc/src/sgml/libpgeasy.sgml
+++ b/doc/src/sgml/libpgeasy.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpgeasy.sgml,v 2.6 2001/09/10 21:58:46 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpgeasy.sgml,v 2.7 2001/10/01 21:47:24 momjian Exp $
-->
<chapter id="pgeasy-chapter">
@@ -132,7 +132,7 @@ void unset_result(PGresult *oldres);
</para>
<para>
- There are a variety of demonstration programs in the
+ There are several demonstration programs in the
source directory.
</para>
</chapter>