mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Document that Datestyle no longer controls interval output, per
suggestion from Ron Mayer
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.598 2009/03/26 12:38:03 momjian Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.599 2009/03/27 00:01:47 momjian Exp $ -->
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Typical markup:
|
Typical markup:
|
||||||
@ -83,6 +83,8 @@ do it for earlier branch release files.
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
|
<!-- This list duplicates items below, but without authors or details-->
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
*MAJOR ITEM LIST GOES HERE*
|
*MAJOR ITEM LIST GOES HERE*
|
||||||
@ -348,6 +350,13 @@ do it for earlier branch release files.
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
DateStyle no longer controls interval output (use new variable
|
||||||
|
IntervalStyle)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Remove ~=~ and ~<>~ operators used for LIKE index comparisons
|
Remove ~=~ and ~<>~ operators used for LIKE index comparisons
|
||||||
@ -1428,7 +1437,7 @@ do it for earlier branch release files.
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Support the IS0 8601 time interval syntax (Tom) bjm: sufficient?
|
Support the IS0 8601 time interval syntax (Ron Mayer) bjm: sufficient?
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Reference in New Issue
Block a user