Update TODO script sample.
authorBruce Momjian
Mon, 18 Apr 2005 14:44:04 +0000 (14:44 +0000)
committerBruce Momjian
Mon, 18 Apr 2005 14:44:04 +0000 (14:44 +0000)
doc/src/FAQ/README
doc/src/FAQ/TODO.html

index 49b176d527e35bfe1a978a2e48267d3e8acf0d9c..9ef5cc64ade4222ff8772fb6c799134486e2a6fb 100644 (file)
@@ -6,10 +6,8 @@ The FAQ* files in this directory are the master versions, and the
 The TODO.html file in this directory is not the master, but ../../TODO
 is.  The conversion is done using txt2html:
 
-   txt2html -m -s 100 -p 100 --xhtml --title "PostgreSQL TODO list" \
-       --link /u/txt2html/txt2html.dict \
+   txt2html -m -s 100 -p 100 --xhtml --titlefirst \
        --body_deco ' bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"' \
+       --caps_tag '' \
        /pgtop/doc/TODO |
    sed 's;\[\([^]]*\)\];[\1];g' > /pgtop/doc/src/FAQ/TODO.html
-
-
index ef2c645cebe5c0300726248f4e95931eaadd8887..ee083875e2804060bc85eb256fe5ed7ef67ba355 100644 (file)
@@ -2,13 +2,13 @@
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
 
-PostgreSQL TODO <span class="marked">l</span>ist
+PostgreSQL TODO <span class="marked">L</span>ist
 
 
 
-

TODO list for PostgreSQL

+

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Mon Apr 18 08:57:57 EDT 2005
+Last updated:           Mon Apr 18 10:42:34 EDT 2005
 

 

The most recent version of this document can be viewed at the PostgreSQL web

 site, http://www.PostgreSQL.org.
@@ -177,8 +177,7 @@ first.
   
  • Add 'tid != tid ' operator for use in corruption recovery
  •    
  • Add ISo INTERVAL handling
  •    
      -    
    • Add support for day-time syntax, INTERVAL '1 2:03:04'
    • -DAY TO SECOND
      +    
    • Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO SECOND
    •      
    • Add support for year-month syntax, INTERVAL '50-6' YEAR TO MONTH
    •      
    • For syntax that isn't uniquely ISO or PG syntax, like '1:30' or
    •            '1', treat as ISO if there is a range specification clause,
      @@ -633,6 +632,7 @@ first.
         
    • Add an option to sync() before fsync()'ing checkpoint files
    •  
       

      Cache

      +
       
           
      • Allow free-behind capability for large sequential scans, perhaps using
      •    posix_fadvise()