Commit a9f9a979 authored by Bruce Momjian's avatar Bruce Momjian

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
parent 7f5079db
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.166 2003/08/10 01:20:34 tgl Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.167 2003/08/17 04:52:41 momjian Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -3870,6 +3870,11 @@ substring('foobar' from 'o(.)b') <lineannotation>o</lineannotation> ...@@ -3870,6 +3870,11 @@ substring('foobar' from 'o(.)b') <lineannotation>o</lineannotation>
</tgroup> </tgroup>
</table> </table>
<para>
Warning. <literal><function>to_char</function>(<type>interval</type>, <type>text</type>)</literal>
is deprecated and should not be used in newly-written code. Will be removed in the next version.
</para>
<para> <para>
In an output template string (for <function>to_char</>), there are certain patterns that are In an output template string (for <function>to_char</>), there are certain patterns that are
recognized and replaced with appropriately-formatted data from the value recognized and replaced with appropriately-formatted data from the value
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment