diff --git a/doc/TODO b/doc/TODO index 018448b406..3422ce8f5e 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Mon Feb 5 11:48:55 EST 2007 +Last updated: Mon Feb 5 12:16:45 EST 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -784,12 +784,14 @@ Clients http://archives.postgresql.org/pgsql-hackers/2007-01/msg00291.php - o Add \# to list and execute command history + o Add a \set variable to control whether \s displays line numbers + + Another option is to add \# which lists line numbers, and + allows command execution. http://archives.postgresql.org/pgsql-hackers/2006-12/msg00255.php - * pg_dump o %Add dumping of comments on index columns and composite type columns diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 2ac3f71757..bcd32d584c 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Mon Feb 5 11:48:55 EST 2007 +Last updated: Mon Feb 5 12:16:45 EST 2007

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -705,7 +705,10 @@ first. There is also a developer's wiki at
is run in its own transaction

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

-
  • Add \# to list and execute command history +
  • Add a \set variable to control whether \s displays line numbers +

    Another option is to add \# which lists line numbers, and + allows command execution. +

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