mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 08:42:38 -04:00
Improve wording of to_char() change in 8.1:
The 8.1 release will remove the <function>to_char()</> function
for intervals.
This commit is contained in:
parent
f69513df17
commit
b3a7e987a1
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.325 2005/01/30 01:26:41 tgl Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.326 2005/02/02 18:16:13 momjian Exp $
|
||||
-->
|
||||
|
||||
<appendix id="release">
|
||||
|
|
@ -485,8 +485,8 @@ typedefs (Michael)</para></listitem>
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
The 8.1 release will remove the function
|
||||
<function>to_char(interval, text)</>.
|
||||
The 8.1 release will remove the <function>to_char()</> function
|
||||
for intervals.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue