From a9f9a9790618f65af3373327c14596a7c3961c36 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 17 Aug 2003 04:52:41 +0000 Subject: [PATCH] I almost forgot mark in docs "to_char(interval)" as deprecated function. This useless routine will removed in 7.5. It's already discussed (see hackers list archive). Karel Zak --- doc/src/sgml/func.sgml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 6729dc677e8..7fb101f90f5 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ @@ -3870,6 +3870,11 @@ substring('foobar' from 'o(.)b') o + + Warning. to_char(interval, text) + is deprecated and should not be used in newly-written code. Will be removed in the next version. + + In an output template string (for to_char), there are certain patterns that are recognized and replaced with appropriately-formatted data from the value -- 2.39.5