Skip to content

Commit 3ca214e

Browse files
committed
Update TODO using new script.
1 parent fa4f877 commit 3ca214e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/TODO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer: Bruce Momjian (bruce@momjian.us)
4-
Last updated: Sat Apr 19 08:15:19 EDT 2008
4+
Last updated: Sat Apr 19 08:32:51 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.

doc/src/FAQ/TODO.html

Lines changed: 4 additions & 4 deletions
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: Sat Apr 19 08:15:19 EDT 2008
11+
Last updated: Sat Apr 19 08:32:51 EDT 2008
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>.
@@ -802,7 +802,7 @@ <h1><a name="section_9">Server-Side Languages</a></h1>
802802
</p>
803803
</li><li>Allow function parameters to be passed by name,
804804
get_employee_salary(12345 AS emp_id, 2001 AS tax_year)
805-
</li><li>Allow handling of %TYPE arrays, e.g. tab.col%TYPE[<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?"></a>]
805+
</li><li>Allow handling of %TYPE arrays, e.g. tab.col%TYPE[]
806806
</li><li>Allow listing of record column names, and access to
807807
record columns via variables, e.g. columns := r.(*),
808808
tval2 := r.(colname)
@@ -984,7 +984,7 @@ <h1><a name="section_10">Clients</a></h1>
984984
</li><li>Use backend PREPARE/EXECUTE facility for ecpg where possible
985985
</li><li>Implement SQLDA
986986
</li><li>Fix nested C comments
987-
</li><li>%sqlwarn[<a href="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
988988
</li><li>Make SET CONNECTION thread-aware, non-standard?
989989
</li><li>Allow multidimensional arrays
990990
</li><li>Add internationalized message strings
@@ -1384,7 +1384,7 @@ <h1><a name="section_18">Write-Ahead Log</a></h1>
13841384
might be dropped or truncated during crash recovery
13851385
<p> Allow tables to bypass WAL writes and just fsync() dirty pages on
13861386
commit. This should be implemented using ALTER TABLE, e.g. ALTER
1387-
TABLE PERSISTENCE [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo? DROP | TRUNCATE | DEFAULT "> DROP | TRUNCATE | DEFAULT </a>]. Tables using
1387+
TABLE PERSISTENCE [ DROP | TRUNCATE | DEFAULT ]. Tables using
13881388
non-default logging should not use referential integrity with
13891389
default-logging tables. A table without dirty buffers during a
13901390
crash could perhaps avoid the drop/truncate.

0 commit comments

Comments
 (0)