projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1929a90
)
Fix wording.
author
Bruce Momjian
Mon, 1 Oct 2001 21:47:24 +0000
(21:47 +0000)
committer
Bruce Momjian
Mon, 1 Oct 2001 21:47:24 +0000
(21:47 +0000)
HISTORY
patch
|
blob
|
blame
|
history
doc/src/sgml/libpgeasy.sgml
patch
|
blob
|
blame
|
history
diff --git
a/HISTORY
b/HISTORY
index 5e7d0ac2290c42410e6c4c5061fa7451f5bd358e..2dea2857620c798c8e779dc1f56b7283db8d350a 100644
(file)
--- 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 7a177c0dce3e9a196305f79041d75706018fe57f..3e1971d50b4c804442dd08a81d2bab2fc475ce2b 100644
(file)
--- a/
doc/src/sgml/libpgeasy.sgml
+++ b/
doc/src/sgml/libpgeasy.sgml
@@
-1,5
+1,5
@@
@@
-132,7
+132,7
@@
void unset_result(PGresult *oldres);
- There are
a variety of
demonstration programs in the
+ There are
several
demonstration programs in the
source directory.