Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0d5125a

Browse files
committed
Add:
> > * Fix inconsistent precedence of =, >, and < compared to <>, >=, and <= > > http://archives.postgresql.org/pgsql-bugs/2007-12/msg00145.php
1 parent 8a04a1d commit 0d5125a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

doc/TODO

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer: Bruce Momjian (bruce@momjian.us)
4-
Last updated: Fri Mar 21 15:34:26 EDT 2008
4+
Last updated: Fri Mar 21 15:58:06 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -457,6 +457,10 @@ Functions
457457

458458
http://archives.postgresql.org/pgsql-bugs/2007-11/msg00044.php
459459

460+
* Fix inconsistent precedence of =, >, and < compared to <>, >=, and <=
461+
462+
http://archives.postgresql.org/pgsql-bugs/2007-12/msg00145.php
463+
460464

461465

462466
Multi-Language Support

doc/src/FAQ/TODO.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Fri Mar 21 15:34:26 EDT 2008
11+
Last updated: Fri Mar 21 15:58:06 EDT 2008
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -402,6 +402,9 @@ <h1><a name="section_4">Functions</a></h1>
402402
</p>
403403
</li><li>Fix /contrib/ltree operator
404404
<p> <a href="http://archives.postgresql.org/pgsql-bugs/2007-11/msg00044.php">http://archives.postgresql.org/pgsql-bugs/2007-11/msg00044.php</a>
405+
</p>
406+
</li><li>Fix inconsistent precedence of =, &gt;, and &lt; compared to &lt;&gt;, &gt;=, and &lt;=
407+
<p> <a href="http://archives.postgresql.org/pgsql-bugs/2007-12/msg00145.php">http://archives.postgresql.org/pgsql-bugs/2007-12/msg00145.php</a>
405408
</p>
406409
</li></ul>
407410
<h1><a name="section_5">Multi-Language Support</a></h1>

0 commit comments

Comments
 (0)