From: Tom Lane Date: Fri, 14 Sep 2007 16:01:03 +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=ca76cfa46b201bdea9edeb886319983b35e10e69;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 eb8d5f1733..cc946c60e8 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -302,13 +302,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. @@ -3490,13 +3488,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.