File tree 2 files changed +12
-2
lines changed 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
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
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -385,6 +385,12 @@ Functions
385
385
http://archives.postgresql.org/pgsql-patches/2003-08/msg00060.php
386
386
http://archives.postgresql.org/pgsql-hackers/2007-02/msg00060.php
387
387
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
+
388
394
389
395
390
396
Multi-Language Support
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< 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
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< 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>
350
350
</ li > < li > Fix IS OF so it matches the ISO specification, and add documentation
351
351
< p > < a href ="http://archives.postgresql.org/pgsql-patches/2003-08/msg00060.php "> http://archives.postgresql.org/pgsql-patches/2003-08/msg00060.php</ a >
352
352
< 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 @> point
353
357
</ p >
354
358
</ li > </ ul >
355
359
< h1 > < a name ="section_6 "> Multi-Language Support</ a > </ h1 >
You can’t perform that action at this time.
0 commit comments