|
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:Mon Dec26 00:14:46 EST 2005 |
| 11 | +Last updated:Tue Dec27 21:12:26 EST 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>. |
@@ -358,7 +358,7 @@ <h1><a name="section_8">SQL Commands</a></h1> |
358 | 358 | creation |
359 | 359 | </li><li>%Add COMMENT ON for all cluster global objects (roles, databases |
360 | 360 | and tablespaces) |
361 | | -</li><li>%Make row-wise comparisons work per SQL spec |
| 361 | +</li><li>-<em>Make row-wise comparisons work per SQL spec</em> |
362 | 362 | <p> Right now, '(a, b) < (1, 2)' is processed as 'a < 1 and b < 2', but |
363 | 363 | the SQL standard requires it to be processed as a column-by-column |
364 | 364 | comparison, so the proper comparison is '(a < 1) OR (a = 1 AND b < 2)'. |
|