aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/TODO8
-rw-r--r--doc/src/FAQ/TODO.html7
2 files changed, 10 insertions, 5 deletions
diff --git a/doc/TODO b/doc/TODO
index 018448b406e..3422ce8f5e5 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,10 +784,12 @@ 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
- http://archives.postgresql.org/pgsql-hackers/2006-12/msg00255.php
+ 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
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 2ac3f717575..bcd32d584c9 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: Mon Feb 5 11:48:55 EST 2007
+Last updated: Mon Feb 5 12:16:45 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>.
@@ -705,7 +705,10 @@ first. There is also a developer's wiki at<br/>
is run in its own transaction
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-01/msg00291.php">http://archives.postgresql.org/pgsql-hackers/2007-01/msg00291.php</a>
</p>
- </li><li>Add \# to list and execute command history
+ </li><li>Add a \set variable to control whether \s displays line numbers
+<p> Another option is to add \# which lists line numbers, and
+ allows command execution.
+</p>
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-12/msg00255.php">http://archives.postgresql.org/pgsql-hackers/2006-12/msg00255.php</a>
</p>
</li></ul>