From: Tom Lane Date: Fri, 31 Oct 2003 22:22:10 +0000 (+0000) Subject: Fix broken markup. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=c26744fec85c110463c49da50c65b9633721b18e;p=users%2Fbernd%2Fpostgres.git Fix broken markup. --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index a38ff79cf8..8aae5969e5 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -242,7 +242,7 @@ required for those wishing to migrate data from any previous release. Allow IPv6 server connections (Nigel Kukard, Johan Jordaan, Bruce, Tom, Kurt Roeckx, Andrew Dunstan) -Fix SSL to handle errors cleanly (Nathan Mueller) +Fix SSL to handle errors cleanly (Nathan Mueller) In prior releases, certain rare SSL API error reports were not handled correctly. This release fixes those problems. @@ -625,7 +625,7 @@ required for those wishing to migrate data from any previous release. Allow CLUSTER to use index marked as pre-clustered by default (Alvaro Herrera) -Allow CLUSTER to cluster all tables (Alvaro Herrera) +Allow CLUSTER to cluster all tables (Alvaro Herrera) This allows all previously clustered tables in a database to be reclustered with a single command.