diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-02-05 17:17:13 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-02-05 17:17:13 +0000 |
commit | fdd4a1ff0d19cf844d5ee8c196077566d837867f (patch) | |
tree | b89ebdb484b2376794f584cfa113aaaea307e4f3 /doc/src | |
parent | fcbddea8b7f699d3437e7c91243891ab5aeff015 (diff) |
Updated TODO item:
> 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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 7 |
1 files changed, 5 insertions, 2 deletions
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> |