Skip to content

Commit ab1cec9

Browse files

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/TODO

Lines changed: 3 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: Thu Oct 12 17:29:19 EDT 2006
5+
Last updated: Thu Oct 12 17:40:09 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1387,6 +1387,8 @@ Features We Do _Not_ Want
13871387
Optimizer hints are used to work around problems in the optimizer. We
13881388
would rather have the problems reported and fixed.
13891389
http://archives.postgresql.org/pgsql-hackers/2006-08/msg00506.php
1390+
http://archives.postgresql.org/pgsql-hackers/2006-10/msg00517.php
1391+
http://archives.postgresql.org/pgsql-hackers/2006-10/msg00663.php
13901392

13911393
* Allow AS in "SELECT col AS label" to be optional (not wanted)
13921394

doc/src/FAQ/TODO.html

Lines changed: 3 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: Thu Oct 12 17:29:19 EDT 2006
11+
Last updated: Thu Oct 12 17:40:09 EDT 2006
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>.
@@ -1251,6 +1251,8 @@ <h1><a name="section_23">Features We Do _Not_ Want</a></h1>
12511251
<p> Optimizer hints are used to work around problems in the optimizer. We
12521252
would rather have the problems reported and fixed.
12531253
<a href="http://archives.postgresql.org/pgsql-hackers/2006-08/msg00506.php">http://archives.postgresql.org/pgsql-hackers/2006-08/msg00506.php</a>
1254+
<a href="http://archives.postgresql.org/pgsql-hackers/2006-10/msg00517.php">http://archives.postgresql.org/pgsql-hackers/2006-10/msg00517.php</a>
1255+
<a href="http://archives.postgresql.org/pgsql-hackers/2006-10/msg00663.php">http://archives.postgresql.org/pgsql-hackers/2006-10/msg00663.php</a>
12541256
</p>
12551257
</li><li>Allow AS in "SELECT col AS label" to be optional (not wanted)
12561258
<p> Because we support postfix operators, it isn't possible to make AS

0 commit comments

Comments
 (0)