|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.166 2003/08/10 01:20:34 tgl Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.167 2003/08/17 04:52:41 momjian Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -3870,6 +3870,11 @@ substring('foobar' from 'o(.)b') <lineannotation>o</lineannotation> |
3870 | 3870 | </tgroup> |
3871 | 3871 | </table> |
3872 | 3872 |
|
| 3873 | + <para> |
| 3874 | + Warning. <literal><function>to_char</function>(<type>interval</type>, <type>text</type>)</literal> |
| 3875 | + is deprecated and should not be used in newly-written code. Will be removed in the next version. |
| 3876 | + </para> |
| 3877 | + |
3873 | 3878 | <para> |
3874 | 3879 | In an output template string (for <function>to_char</>), there are certain patterns that are |
3875 | 3880 | recognized and replaced with appropriately-formatted data from the value |
|