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
This commit is contained in:
Bruce Momjian 2007-02-05 17:17:13 +00:00
parent fcbddea8b7
commit fdd4a1ff0d
2 changed files with 10 additions and 5 deletions

View File

@ -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

View File

@ -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>