1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Added to TODO:

> * Improve text search error messages
>
>   http://archives.postgresql.org/pgsql-hackers/2007-10/msg00966.php
>
>
> * Fix /contrib/ltree operator
>
>   http://archives.postgresql.org/pgsql-bugs/2007-11/msg00044.php
This commit is contained in:
Bruce Momjian
2008-03-17 22:34:23 +00:00
parent 5db762ef00
commit 0b5eaef2e3
2 changed files with 16 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Mon Mar 17 17:49:07 EDT 2008
Last updated: Mon Mar 17 18:34:12 EDT 2008
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -230,6 +230,10 @@ Data Types
http://archives.postgresql.org/pgsql-hackers/2007-11/msg00511.php
* Improve text search error messages
http://archives.postgresql.org/pgsql-hackers/2007-10/msg00966.php
* Consider a special data type for regular expressions
http://archives.postgresql.org/pgsql-hackers/2007-08/msg01067.php
@ -431,6 +435,10 @@ Functions
The standards specify array_agg() and UNNEST.
http://archives.postgresql.org/pgsql-hackers/2007-08/msg00464.php
* Fix /contrib/ltree operator
http://archives.postgresql.org/pgsql-bugs/2007-11/msg00044.php
Multi-Language Support