|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
|
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1>
|
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
11 |
| -Last updated:Tue Aug 9 16:24:23 EDT 2005 |
| 11 | +Last updated:Thu Aug18 00:42:37 EDT 2005 |
12 | 12 | </p>
|
13 | 13 | <p>The most recent version of this document can be viewed at<br/>
|
14 | 14 | <ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
@@ -252,7 +252,7 @@ <h1><a name="section_5">Functions</a></h1>
|
252 | 252 | </li><li>to_char(INTERVAL '43 hours 20 minutes', 'WK:DD:HR:MI') => 0:1:19:20
|
253 | 253 | </li><li>to_char(INTERVAL '3 years 5 months','MM') => 41
|
254 | 254 | </li></ul>
|
255 |
| -</li><li>Prevent to_char() on interval from returning meaningless values |
| 255 | +</li><li>-<em>Prevent to_char() on interval from returning meaningless values</em> |
256 | 256 | <p> For example, to_char('1 month', 'mon') is meaningless. Basically,
|
257 | 257 | most date-related parameters to to_char() are meaningless for
|
258 | 258 | intervals because interval is not anchored to a date.
|
|