File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5
- Last updated: Tue Aug 9 16:24:23 EDT 2005
5
+ Last updated: Thu Aug 18 00:42:37 EDT 2005
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -268,7 +268,7 @@ Functions
268
268
o to_char(INTERVAL '43 hours 20 minutes', 'WK:DD:HR:MI') => 0:1:19:20
269
269
o to_char(INTERVAL '3 years 5 months','MM') => 41
270
270
271
- * Prevent to_char() on interval from returning meaningless values
271
+ * - Prevent to_char() on interval from returning meaningless values
272
272
273
273
For example, to_char('1 month', 'mon') is meaningless. Basically,
274
274
most date-related parameters to to_char() are meaningless for
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="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 Aug 18 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
< a href ="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.
You can’t perform that action at this time.
0 commit comments