Update:
authorBruce Momjian
Sat, 22 Apr 2006 16:06:44 +0000 (16:06 +0000)
committerBruce Momjian
Sat, 22 Apr 2006 16:06:44 +0000 (16:06 +0000)
        o Fix psql's \dn for various schema combinations (Neil)

          http://archives.postgresql.org/pgsql-hackers/2004-11/msg00014.php

doc/TODO
doc/src/FAQ/TODO.html

index b01fc42467e976b156ced9a32228004b4888efd2..7a58e2d3c19d0e9a66a0ea1ba81a248d24f4df29 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Fri Apr 21 16:45:19 EDT 2006
+Last updated:      Sat Apr 22 12:06:27 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -621,7 +621,10 @@ Clients
      This would allow non-psql clients to pull the same information out
      of the database as psql.
 
-   o Fix psql's display of schema information (Neil)
+   o Fix psql's \dn for various schema combinations (Neil)
+
+     http://archives.postgresql.org/pgsql-hackers/2004-11/msg00014.php
+
    o Allow psql \pset boolean variables to set to fixed values, rather
      than toggle
    o Consistently display privilege information for all objects in psql
index 4b635455deb2a97b61eafd6d2271571fce74d0c6..8dd500f3fd329013ec09939be8f2416273810c4b 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Fri Apr 21 16:45:19 EDT 2006
+Last updated:           Sat Apr 22 12:06:27 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -566,7 +566,9 @@ first.
 

          This would allow non-psql clients to pull the same information out

           of the database as psql.
 

-    
  • Fix psql's display of schema information (Neil)
  • +    
  • Fix psql's \dn for various schema combinations (Neil)
  • +

              http://archives.postgresql.org/pgsql-hackers/2004-11/msg00014.php

    +

         
  • Allow psql \pset boolean variables to set to fixed values, rather
  •            than toggle
         
  • Consistently display privilege information for all objects in psql