Add:
authorBruce Momjian <bruce@momjian.us>
Mon, 26 Dec 2005 05:14:52 +0000 (05:14 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 26 Dec 2005 05:14:52 +0000 (05:14 +0000)
commit5c9a46f6053a7d2b7ceb3688d665be1c27acbb15
tree21a8e6e6eaabb44f288724b88d9c7a2124d6cdf9
parent97e1535fba2aac8e3fd8c4aabc90b958107b7953
Add:

* %Make row-wise comparisons work per SQL spec

  Right now, '(a, b) < (1, 2)' is processed as 'a < 1 and b < 2', but
  the SQL standard requires it to be processed as a column-by-column
  comparison, so the proper comparison is '(a < 1) OR (a = 1 AND b < 2)'.
doc/TODO
doc/src/FAQ/TODO.html