From: Bruce Momjian Date: Wed, 2 Feb 2005 18:17:34 +0000 (+0000) Subject: Improve wording of to_char() change in 8.1: X-Git-Tag: REL8_0_2~95 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=722c886ba124b346224b0ac4e5af47bc5d85a205;p=thirdparty%2Fpostgresql.git Improve wording of to_char() change in 8.1: The 8.1 release will remove the to_char() function for intervals. --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 3dd4cac022f..e062e7d835c 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -485,8 +485,8 @@ typedefs (Michael) - The 8.1 release will remove the function - to_char(interval, text). + The 8.1 release will remove the to_char() function + for intervals.