diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-08-24 20:49:35 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-08-24 20:49:35 +0000 |
commit | 009e8d44f8e020d34c42c3590248461aff0615e4 (patch) | |
tree | 4017d121abab652c6d4dfd4501fbce8fb1646200 | |
parent | c4bf58213ee65cd246f49665ad02348f79cf2c5d (diff) | |
download | postgresql-009e8d44f8e020d34c42c3590248461aff0615e4.tar.gz postgresql-009e8d44f8e020d34c42c3590248461aff0615e4.zip |
Remove statement that to_char(interval) is deprecated; seems we are
going to keep it after all.
-rw-r--r-- | doc/src/sgml/func.sgml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index c5c81a028ff..fda53ad1295 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.281 2005/08/15 23:00:13 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.282 2005/08/24 20:49:35 tgl Exp $ PostgreSQL documentation --> @@ -4188,11 +4188,6 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})'); </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. It will be removed in the next version. - </para> - - <para> 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 to be formatted. Any text that is not a template pattern is simply |