|
1 |
| -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
2 |
| -"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
3 |
| -<html xmlns="http://www.w3.org/1999/xhtml"> |
| 1 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 2 | +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 3 | +<html> |
4 | 4 | <head>
|
5 | 5 | <title>PostgreSQL TODO List</title>
|
6 |
| -<meta name="generator" content="HTML::TextToHTML v2.51"/> |
| 6 | +<meta name="generator" content="HTML::TextToHTML v2.25"/> |
7 | 7 | </head>
|
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 Aug 19 12:39:00 EDT 2008 |
| 11 | +Last updated: Tue Aug 19 15:19:46 EDT 2008 |
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>.
|
@@ -730,7 +730,7 @@ <h1><a name="section_7">SQL Commands</a></h1>
|
730 | 730 | storage, and permanent id for every column?
|
731 | 731 | <p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-12/msg00782.php">http://archives.postgresql.org/pgsql-hackers/2006-12/msg00782.php</a>
|
732 | 732 | </p>
|
733 |
| - </li><li>-<em>Allow an existing index to be marked as a table's primary key</em> |
| 733 | + </li><li>Allow an existing index to be marked as a table's primary key |
734 | 734 | <p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-04/msg00500.php">http://archives.postgresql.org/pgsql-hackers/2008-04/msg00500.php</a>
|
735 | 735 | </p>
|
736 | 736 | </li></ul>
|
@@ -996,7 +996,7 @@ <h1><a name="section_10">Clients</a></h1>
|
996 | 996 | widths. Perhaps the word wrapping could use the same
|
997 | 997 | algorithm documented in the W3C specification.
|
998 | 998 | <a href="http://archives.postgresql.org/pgsql-hackers/2008-05/msg00404.php">http://archives.postgresql.org/pgsql-hackers/2008-05/msg00404.php</a>
|
999 |
| - <a href="http://www.w3.org/TR/CSS21/tables.html#auto-table-layout">http://www.w3.org/TR/CSS21/tables.html#auto-table-layout</a> |
| 999 | + <a href="http://www.w3.org/TR/CSS21/tables.html<strong>auto-table-layout">http://www.w3.org/TR/CSS21/tables.html</strong>auto-table-layout</a> |
1000 | 1000 | <li>Add "auto" expanded mode that outputs in expanded format if
|
1001 | 1001 | "wrapped" mode can't wrap the output to the screen width
|
1002 | 1002 | <p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-05/msg00417.php">http://archives.postgresql.org/pgsql-hackers/2008-05/msg00417.php</a>
|
@@ -1102,8 +1102,8 @@ <h1><a name="section_10">Clients</a></h1>
|
1102 | 1102 | </p>
|
1103 | 1103 | </li></ul>
|
1104 | 1104 | </li></ul>
|
1105 |
| -<h1><a name="section_11">Triggers</a></h1> |
1106 |
| -</p> |
| 1105 | +</p><h1><a name="section_11">Triggers</a></h1> |
| 1106 | + |
1107 | 1107 | <ul>
|
1108 | 1108 | <li>Add deferred trigger queue file
|
1109 | 1109 | <p> Right now all deferred trigger information is stored in backend
|
@@ -1326,7 +1326,7 @@ <h1><a name="section_15">Cache Usage</a></h1>
|
1326 | 1326 | <a href="http://archives.postgresql.org/pgsql-patches/2008-01/msg00049.php">http://archives.postgresql.org/pgsql-patches/2008-01/msg00049.php</a>
|
1327 | 1327 | </p>
|
1328 | 1328 | </li><li>Consider automatic caching of statements at various levels:
|
1329 |
| - Parsed query tree, query execution plan, query results |
| 1329 | + parsed query tree, query execution plan, query results |
1330 | 1330 | <p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-04/msg00823.php">http://archives.postgresql.org/pgsql-hackers/2008-04/msg00823.php</a>
|
1331 | 1331 | </p>
|
1332 | 1332 | </li><li>Consider increasing internal areas when shared buffers is increased
|
@@ -1842,7 +1842,7 @@ <h1><a name="section_24">Exotic Features</a></h1>
|
1842 | 1842 | <p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-01/msg00893.php">http://archives.postgresql.org/pgsql-hackers/2008-01/msg00893.php</a>
|
1843 | 1843 | </p>
|
1844 | 1844 | </li></ul>
|
1845 |
| -<h1><a name="section_25">Features We Do _Not_ Want</a></h1> |
| 1845 | +<h1><a name="section_25">Features We Do <u>Not</u> Want</a></h1> |
1846 | 1846 |
|
1847 | 1847 | <ul>
|
1848 | 1848 | <li>All backends running as threads in a single process (not wanted)
|
|
0 commit comments