Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 95b2a2a

Browse files
committed
Fix wording.
1 parent 1929a90 commit 95b2a2a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

HISTORY

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ authentication option is available on Linux and *BSD systems.
3131
statistics module to get fine-grained information about table and index
3232
usage.
3333

34+
Internationalization - Error messages can now be displayed in
35+
several languages.
36+
3437
Migration to 7.2
3538

3639
A dump/restore using pg_dump is required for those wishing to migrate
@@ -488,6 +491,7 @@ New GIST seg/cube examples (Gene Selkov)
488491
Improved round(numeric) handling (Tom)
489492
Fix CIDR output formatting (Tom)
490493
New CIDR abbrev() function (Tom)
494+
New to_char(interval, text) function (Karel)
491495

492496
Performance
493497
-----------

doc/src/sgml/libpgeasy.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpgeasy.sgml,v 2.6 2001/09/10 21:58:46 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpgeasy.sgml,v 2.7 2001/10/01 21:47:24 momjian Exp $
33
-->
44

55
<chapter id="pgeasy-chapter">
@@ -132,7 +132,7 @@ void unset_result(PGresult *oldres);
132132
</para>
133133

134134
<para>
135-
There are a variety of demonstration programs in the
135+
There are several demonstration programs in the
136136
source directory.
137137
</para>
138138
</chapter>

0 commit comments

Comments
 (0)