diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-10-12 21:40:15 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-10-12 21:40:15 +0000 |
commit | ab1cec93c5a7811bba7c2d53b5484f83b7cbcc02 (patch) | |
tree | 602c34d08ae515c52cbe21daa3c5aa1eacc0099f /doc/src | |
parent | 5ee7c794c7daf8d62bc1495529876838f25fd492 (diff) |
Add url's for hints:
> http://archives.postgresql.org/pgsql-hackers/2006-10/msg00517.php
> http://archives.postgresql.org/pgsql-hackers/2006-10/msg00663.php
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 57303c18d6e..bea399f4a4b 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> -Last updated: Thu Oct 12 17:29:19 EDT 2006 +Last updated: Thu Oct 12 17:40:09 EDT 2006 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -1251,6 +1251,8 @@ first. <p> Optimizer hints are used to work around problems in the optimizer. We would rather have the problems reported and fixed. <a href="http://archives.postgresql.org/pgsql-hackers/2006-08/msg00506.php">http://archives.postgresql.org/pgsql-hackers/2006-08/msg00506.php</a> + <a href="http://archives.postgresql.org/pgsql-hackers/2006-10/msg00517.php">http://archives.postgresql.org/pgsql-hackers/2006-10/msg00517.php</a> + <a href="http://archives.postgresql.org/pgsql-hackers/2006-10/msg00663.php">http://archives.postgresql.org/pgsql-hackers/2006-10/msg00663.php</a> </p> </li><li>Allow AS in "SELECT col AS label" to be optional (not wanted) <p> Because we support postfix operators, it isn't possible to make AS |