1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00
< * %Make row-wise comparisons work per SQL spec
> * -Make row-wise comparisons work per SQL spec
This commit is contained in:
Bruce Momjian
2005-12-28 02:12:25 +00:00
parent 6e07709760
commit 1b184c990f
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Mon Dec 26 00:14:46 EST 2005
Last updated: Tue Dec 27 21:12:26 EST 2005
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -390,7 +390,7 @@ SQL Commands
creation
* %Add COMMENT ON for all cluster global objects (roles, databases
and tablespaces)
* %Make row-wise comparisons work per SQL spec
* -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