aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-10-12 15:48:47 +0000
committerBruce Momjian <bruce@momjian.us>1999-10-12 15:48:47 +0000
commit4fa0fd22a313bb3651f9a677e0a0ea4cd6502cb6 (patch)
tree11fc8c9d50d11069e4cd413f3f876ccd3c9e6f75
parent867d047372eaeca23d92670dfe91bf3fbaad2c30 (diff)
downloadpostgresql-4fa0fd22a313bb3651f9a677e0a0ea4cd6502cb6.tar.gz
postgresql-4fa0fd22a313bb3651f9a677e0a0ea4cd6502cb6.zip
Update sgml.
-rw-r--r--doc/src/sgml/release.sgml10
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 11ff0f58596..5594a68f12e 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,12 +1,6 @@
<chapter id="release">
<title>Release Notes</title>
- <chapter id="release">
- <title>Release Notes</title>
-
- <chapter id="release">
- <title>Release Notes</title>
-
<sect1>
<title>Release 6.5.3</title>
<!--
@@ -101,7 +95,7 @@ This is to re-use space on index pages freed by vacuum(Vadim)
document -x for pg_dump(Bruce)
Fix for unary operators in rule deparser(Tom)
Comment out FileUnlink of excess segments during mdtruncate()(Tom)
-Irix linking fix from Yu Cao <yucao@falcon.kla-tencor.com>
+Irix linking fix from Yu Cao &gt;yucao@falcon.kla-tencor.com&lt;
Repair logic error in LIKE: should not return LIKE_ABORT
when reach end of pattern before end of text(Tom)
Repair incorrect cleanup of heap memory allocation during transaction abort(Tom)
@@ -1636,7 +1630,7 @@ Fix very old bug which made tuples changed/inserted by a commnd
Fix for SELECT null, 'fail' FROM pg_am (Patrick)
SELECT NULL as EMPTY_FIELD now allowed(Patrick)
Remove un-needed signal stuff from contrib/pginterface
-Fix OR (where x &lt;&gt; 1 or x isnull didn't return tuples with x NULL) (Vadim)
+Fix OR (where x != 1 or x isnull didn't return tuples with x NULL) (Vadim)
Fix time_cmp function (Vadim)
Fix handling of functions with non-attribute first argument in
WHERE clauses (Vadim)