Skip to content

Commit 916ecf2

Browse files
committed
Add:
> > * Add missing operators for geometric data types > > Some geometric types do not have the full suite of geometric operators, > e.g. box @> point >
1 parent b92767d commit 916ecf2

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

doc/TODO

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (bruce@momjian.us)
5-
Last updated: Tue Feb 20 10:21:32 EST 2007
5+
Last updated: Tue Feb 20 16:22:12 EST 2007
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -385,6 +385,12 @@ Functions
385385
http://archives.postgresql.org/pgsql-patches/2003-08/msg00060.php
386386
http://archives.postgresql.org/pgsql-hackers/2007-02/msg00060.php
387387

388+
* Add missing operators for geometric data types
389+
390+
Some geometric types do not have the full suite of geometric operators,
391+
e.g. box @> point
392+
393+
388394

389395

390396
Multi-Language Support

doc/src/FAQ/TODO.html

Lines changed: 5 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: Tue Feb 20 10:21:32 EST 2007
11+
Last updated: Tue Feb 20 16:22:12 EST 2007
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>.
@@ -350,6 +350,10 @@ <h1><a name="section_5">Functions</a></h1>
350350
</li><li>Fix IS OF so it matches the ISO specification, and add documentation
351351
<p> <a href="http://archives.postgresql.org/pgsql-patches/2003-08/msg00060.php">http://archives.postgresql.org/pgsql-patches/2003-08/msg00060.php</a>
352352
<a href="http://archives.postgresql.org/pgsql-hackers/2007-02/msg00060.php">http://archives.postgresql.org/pgsql-hackers/2007-02/msg00060.php</a>
353+
</p>
354+
</li><li>Add missing operators for geometric data types
355+
<p> Some geometric types do not have the full suite of geometric operators,
356+
e.g. box @&gt; point
353357
</p>
354358
</li></ul>
355359
<h1><a name="section_6">Multi-Language Support</a></h1>

0 commit comments

Comments
 (0)