Add:
authorBruce Momjian
Sun, 4 Feb 2007 01:50:59 +0000 (01:50 +0000)
committerBruce Momjian
Sun, 4 Feb 2007 01:50:59 +0000 (01:50 +0000)
>
>  o Add \# to list command history like \s, but with line numbers
>
>    http://archives.postgresql.org/pgsql-hackers/2006-12/msg00255.php
>

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

index 5876bbac48b105453921901ffd2146adfba127e0..183d73dd99627e35894e4ae504fc24d7093982bb 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Sat Feb  3 18:52:13 EST 2007
+Last updated:      Sat Feb  3 20:50:56 EST 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -779,6 +779,11 @@ Clients
 
      http://archives.postgresql.org/pgsql-hackers/2007-01/msg00291.php
 
+   o Add \# to list command history like \s, but with line numbers
+
+     http://archives.postgresql.org/pgsql-hackers/2006-12/msg00255.php
+
+
 
 * pg_dump
 
index f4adb92f08111ea7bfb3fc857d7b965e05393b37..fb585c0fce47e3c618ab84593bda3408d85a1f55 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Sat Feb  3 18:52:13 EST 2007
+Last updated:           Sat Feb  3 20:50:56 EST 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -701,6 +701,9 @@ first.  There is also a developer's wiki at
     
  • Consider parsing the -c string into individual queries so each
  •            is run in its own transaction
     

              http://archives.postgresql.org/pgsql-hackers/2007-01/msg00291.php

    +

    +    
  • Add \# to list command history like \s, but with line numbers
  • +

              http://archives.postgresql.org/pgsql-hackers/2006-12/msg00255.php

     

       
       
  • pg_dump