mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add:
> > * Fix inconsistent precedence of =, >, and < compared to <>, >=, and <= > > http://archives.postgresql.org/pgsql-bugs/2007-12/msg00145.php
This commit is contained in:
6
doc/TODO
6
doc/TODO
@ -1,7 +1,7 @@
|
||||
PostgreSQL TODO List
|
||||
====================
|
||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||
Last updated: Fri Mar 21 15:34:26 EDT 2008
|
||||
Last updated: Fri Mar 21 15:58:06 EDT 2008
|
||||
|
||||
The most recent version of this document can be viewed at
|
||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||
@ -457,6 +457,10 @@ Functions
|
||||
|
||||
http://archives.postgresql.org/pgsql-bugs/2007-11/msg00044.php
|
||||
|
||||
* Fix inconsistent precedence of =, >, and < compared to <>, >=, and <=
|
||||
|
||||
http://archives.postgresql.org/pgsql-bugs/2007-12/msg00145.php
|
||||
|
||||
|
||||
|
||||
Multi-Language Support
|
||||
|
Reference in New Issue
Block a user