|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF"> |
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1> |
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> |
11 | | -Last updated: Sat Apr 19 08:15:19 EDT 2008 |
| 11 | +Last updated: Sat Apr 19 08:32:51 EDT 2008 |
12 | 12 | </p> |
13 | 13 | <p>The most recent version of this document can be viewed at<br/> |
14 | 14 | <ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. |
@@ -802,7 +802,7 @@ <h1><a name="section_9">Server-Side Languages</a></h1> |
802 | 802 | </p> |
803 | 803 | </li><li>Allow function parameters to be passed by name, |
804 | 804 | get_employee_salary(12345 AS emp_id, 2001 AS tax_year) |
805 | | -</li><li>Allow handling of %TYPE arrays, e.g. tab.col%TYPE[<ahref="http://momjian.postgresql.org/cgi-bin/pgtodo?"></a>] |
| 805 | +</li><li>Allow handling of %TYPE arrays, e.g. tab.col%TYPE[] |
806 | 806 | </li><li>Allow listing of record column names, and access to |
807 | 807 | record columns via variables, e.g. columns := r.(*), |
808 | 808 | tval2 := r.(colname) |
@@ -984,7 +984,7 @@ <h1><a name="section_10">Clients</a></h1> |
984 | 984 | </li><li>Use backend PREPARE/EXECUTE facility for ecpg where possible |
985 | 985 | </li><li>Implement SQLDA |
986 | 986 | </li><li>Fix nested C comments |
987 | | -</li><li>%sqlwarn[<ahref="http://momjian.postgresql.org/cgi-bin/pgtodo?6">6</a>] should be 'W' if the PRECISION or SCALE value specified |
| 987 | +</li><li>%sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified |
988 | 988 | </li><li>Make SET CONNECTION thread-aware, non-standard? |
989 | 989 | </li><li>Allow multidimensional arrays |
990 | 990 | </li><li>Add internationalized message strings |
@@ -1384,7 +1384,7 @@ <h1><a name="section_18">Write-Ahead Log</a></h1> |
1384 | 1384 | might be dropped or truncated during crash recovery |
1385 | 1385 | <p> Allow tables to bypass WAL writes and just fsync() dirty pages on |
1386 | 1386 | commit. This should be implemented using ALTER TABLE, e.g. ALTER |
1387 | | - TABLE PERSISTENCE [<ahref="http://momjian.postgresql.org/cgi-bin/pgtodo?DROP | TRUNCATE | DEFAULT"> DROP | TRUNCATE | DEFAULT</a>]. Tables using |
| 1387 | + TABLE PERSISTENCE [DROP | TRUNCATE | DEFAULT ]. Tables using |
1388 | 1388 | non-default logging should not use referential integrity with |
1389 | 1389 | default-logging tables. A table without dirty buffers during a |
1390 | 1390 | crash could perhaps avoid the drop/truncate. |
|