Add url's for hints:
authorBruce Momjian
Thu, 12 Oct 2006 21:40:15 +0000 (21:40 +0000)
committerBruce Momjian
Thu, 12 Oct 2006 21:40:15 +0000 (21:40 +0000)
>   http://archives.postgresql.org/pgsql-hackers/2006-10/msg00517.php
>   http://archives.postgresql.org/pgsql-hackers/2006-10/msg00663.php

doc/TODO
doc/src/FAQ/TODO.html

index 71738ed424fa6f71f312a91ba00ee3b8d664a85e..ef0c530003e5e8283195ef9009ceb699e1a12119 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Thu Oct 12 17:29:19 EDT 2006
+Last updated:      Thu Oct 12 17:40:09 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1387,6 +1387,8 @@ Features We Do _Not_ Want
   Optimizer hints are used to work around problems in the optimizer.  We
   would rather have the problems reported and fixed.
   http://archives.postgresql.org/pgsql-hackers/2006-08/msg00506.php
+  http://archives.postgresql.org/pgsql-hackers/2006-10/msg00517.php
+  http://archives.postgresql.org/pgsql-hackers/2006-10/msg00663.php
 
 * Allow AS in "SELECT col AS label" to be optional (not wanted)
 
index 57303c18d6ee1f7eba0b8e2605a8ecfda6924152..bea399f4a4b1d5306fdb23829a3104c86674ea79 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Thu Oct 12 17:29:19 EDT 2006
+Last updated:           Thu Oct 12 17:40:09 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1251,6 +1251,8 @@ first.
 

  Optimizer hints are used to work around problems in the optimizer.  We

   would rather have the problems reported and fixed.
   http://archives.postgresql.org/pgsql-hackers/2006-08/msg00506.php
+  http://archives.postgresql.org/pgsql-hackers/2006-10/msg00517.php
+  http://archives.postgresql.org/pgsql-hackers/2006-10/msg00663.php
 

   
  • Allow AS in "SELECT col AS label" to be optional (not wanted)
  •  

      Because we support postfix operators, it isn't possible to make AS