diff options
author | Bruce Momjian | 2007-03-03 17:24:04 +0000 |
---|---|---|
committer | Bruce Momjian | 2007-03-03 17:24:04 +0000 |
commit | f52019cf80c2a639d0188e0f0cd5988e80367307 (patch) | |
tree | 53bf2c89b5d0cc1da2e70908172f74567fa95dae | |
parent | df910a52a6f74e3304e6a1b9819d573a45d72725 (diff) |
Done:
> o -Allow psql \pset boolean variables to set to fixed values, rather
-rw-r--r-- | doc/TODO | 4 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Fri Mar 2 22:08:41 EST 2007 +Last updated: Sat Mar 3 12:23:58 EST 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -812,7 +812,7 @@ Clients http://archives.postgresql.org/pgsql-hackers/2004-11/msg00014.php http://archives.postgresql.org/pgsql-hackers/2004-11/msg00014.php - o Allow psql \pset boolean variables to set to fixed values, rather + o -Allow psql \pset boolean variables to set to fixed values, rather than toggle o Consistently display privilege information for all objects in psql o Add auto-expanded mode so expanded output is used if the row diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 6a7de9afd5..5980f64809 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:bruce@momjian.us">bruce@momjian.us</a>)<br/> -Last updated: Fri Mar 2 22:08:41 EST 2007 +Last updated: Sat Mar 3 12:23:58 EST 2007 </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>. @@ -728,7 +728,7 @@ first. There is also a developer's wiki at<br/> <p> <a href="http://archives.postgresql.org/pgsql-hackers/2004-11/msg00014.php">http://archives.postgresql.org/pgsql-hackers/2004-11/msg00014.php</a> <a href="http://archives.postgresql.org/pgsql-hackers/2004-11/msg00014.php">http://archives.postgresql.org/pgsql-hackers/2004-11/msg00014.php</a> </p> - </li><li>Allow psql \pset boolean variables to set to fixed values, rather + </li><li>-<em>Allow psql \pset boolean variables to set to fixed values, rather</em> than toggle </li><li>Consistently display privilege information for all objects in psql </li><li>Add auto-expanded mode so expanded output is used if the row |