1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00
>
> * Fix inconsistent precedence of =, >, and < compared to <>, >=, and <=
>
>   http://archives.postgresql.org/pgsql-bugs/2007-12/msg00145.php
This commit is contained in:
Bruce Momjian
2008-03-21 19:58:11 +00:00
parent 8a04a1d0bc
commit 0d5125a56f
2 changed files with 9 additions and 2 deletions

View File

@ -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