File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ authentication option is available on Linux and *BSD systems.
31
31
statistics module to get fine-grained information about table and index
32
32
usage.
33
33
34
+ Internationalization - Error messages can now be displayed in
35
+ several languages.
36
+
34
37
Migration to 7.2
35
38
36
39
A dump/restore using pg_dump is required for those wishing to migrate
@@ -488,6 +491,7 @@ New GIST seg/cube examples (Gene Selkov)
488
491
Improved round(numeric) handling (Tom)
489
492
Fix CIDR output formatting (Tom)
490
493
New CIDR abbrev() function (Tom)
494
+ New to_char(interval, text) function (Karel)
491
495
492
496
Performance
493
497
-----------
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
-->
4
4
5
5
<chapter id="pgeasy-chapter">
@@ -132,7 +132,7 @@ void unset_result(PGresult *oldres);
132
132
</para>
133
133
134
134
<para>
135
- There are a variety of demonstration programs in the
135
+ There are several demonstration programs in the
136
136
source directory.
137
137
</para>
138
138
</chapter>
You can’t perform that action at this time.
0 commit comments