aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-02-12 06:51:14 +0000
committerBruce Momjian <bruce@momjian.us>2006-02-12 06:51:14 +0000
commit20b508308a60b44170c2b47151d6572255f5615f (patch)
tree0b6edd2426250dcd888313b4b31a093cf671720a
parent15c72174f35d75d31efa35968e39f1bb09f5a9aa (diff)
downloadpostgresql-20b508308a60b44170c2b47151d6572255f5615f.tar.gz
postgresql-20b508308a60b44170c2b47151d6572255f5615f.zip
Done:
> * -Add COMMENT ON for all cluster global objects (roles, databases
-rw-r--r--doc/TODO4
-rw-r--r--doc/src/FAQ/TODO.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index e60d1995939..25fd40fcf0a 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Sat Feb 11 23:44:09 EST 2006
+Last updated: Sun Feb 12 01:50:38 EST 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -389,7 +389,7 @@ SQL Commands
* Add NOVICE output level for helpful messages like automatic sequence/index
creation
-* %Add COMMENT ON for all cluster global objects (roles, databases
+* -Add COMMENT ON for all cluster global objects (roles, databases
and tablespaces)
* -Make row-wise comparisons work per SQL spec
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index b38f65a0308..253a1c0b90c 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
-Last updated: Sat Feb 11 23:44:09 EST 2006
+Last updated: Sun Feb 12 01:50:38 EST 2006
</p>
<p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -357,7 +357,7 @@ first.
</p>
</li><li>Add NOVICE output level for helpful messages like automatic sequence/index
creation
- </li><li>%Add COMMENT ON for all cluster global objects (roles, databases
+ </li><li>-<em>Add COMMENT ON for all cluster global objects (roles, databases</em>
and tablespaces)
</li><li>-<em>Make row-wise comparisons work per SQL spec</em>
<p> Right now, '(a, b) &lt; (1, 2)' is processed as 'a &lt; 1 and b &lt; 2', but