From 973f718dd8f2854de6d06c32ee582599b47f735b Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 14 Sep 2007 16:15:35 +0000 Subject: [PATCH] Fix markup that doesn't work in back branches. --- doc/src/sgml/release.sgml | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 6ecf0aac43..9c84177fe4 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -3685,13 +3685,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. @@ -6746,13 +6744,11 @@ psql -t -f fixseq.sql db1 | psql -e db1 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. @@ -10256,13 +10252,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. @@ -13444,13 +13438,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. -- 2.39.5