|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.281 2005/08/15 23:00:13 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.282 2005/08/24 20:49:35 tgl Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -4187,11 +4187,6 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})'); |
4187 | 4187 | </tgroup> |
4188 | 4188 | </table> |
4189 | 4189 |
|
4190 | | - <para> |
4191 | | - Warning: <literal><function>to_char</function>(<type>interval</type>, <type>text</type>)</literal> |
4192 | | - is deprecated and should not be used in newly-written code. It will be removed in the next version. |
4193 | | - </para> |
4194 | | - |
4195 | 4190 | <para> |
4196 | 4191 | In an output template string (for <function>to_char</>), there are certain patterns that are |
4197 | 4192 | recognized and replaced with appropriately-formatted data from the value |
|