From: Tom Lane Date: Fri, 14 Sep 2007 16:04:35 +0000 (+0000) Subject: Fix markup that doesn't work in back branches. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=341c529cb98996baf2b2bab5e849837fdf4e2ff1;p=users%2Fbernd%2Fpostgres.git Fix markup that doesn't work in back branches. --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 615ff93fa1..57a5e50860 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -399,13 +399,11 @@ do it for earlier branch release files. to_number() and to_char(numeric) are now STABLE, not IMMUTABLE, for - new initdb - installs (Tom) + new initdb installs (Tom) - This is because lc_numeric can potentially + This is because lc_numeric can potentially change the output of these functions. @@ -3909,13 +3907,11 @@ typedefs (Michael) to_number() and to_char(numeric) are now STABLE, not IMMUTABLE, for - new initdb - installs (Tom) + new initdb installs (Tom) - This is because lc_numeric can potentially + This is because lc_numeric can potentially change the output of these functions. @@ -7097,13 +7093,11 @@ DROP SCHEMA information_schema CASCADE; to_number() and to_char(numeric) are now STABLE, not IMMUTABLE, for - new initdb - installs (Tom) + new initdb installs (Tom) - This is because lc_numeric can potentially + This is because lc_numeric can potentially change the output of these functions.