Commit db13b7d6 authored by Bruce Momjian's avatar Bruce Momjian

Done:

> 	o -Have psql show current values for a sequence
parent 8516ce09
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (bruce@momjian.us) Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Mon Jul 14 18:57:12 EDT 2008 Last updated: Mon Jul 14 23:17:45 EDT 2008
The most recent version of this document can be viewed at The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. http://www.postgresql.org/docs/faqs.TODO.html.
...@@ -1072,7 +1072,7 @@ Clients ...@@ -1072,7 +1072,7 @@ Clients
http://archives.postgresql.org/pgsql-bugs/2007-12/msg00166.php http://archives.postgresql.org/pgsql-bugs/2007-12/msg00166.php
* psql * psql
o Have psql show current values for a sequence o -Have psql show current values for a sequence
o Move psql backslash database information into the backend, use o Move psql backslash database information into the backend, use
mnemonic commands? mnemonic commands?
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1> <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/> <p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
Last updated: Mon Jul 14 18:57:12 EDT 2008 Last updated: Mon Jul 14 23:17:45 EDT 2008
</p> </p>
<p>The most recent version of this document can be viewed at<br/> <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>. <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
...@@ -928,7 +928,7 @@ first. There is also a developer's wiki at<br/> ...@@ -928,7 +928,7 @@ first. There is also a developer's wiki at<br/>
</p> </p>
</li><li>psql </li><li>psql
<ul> <ul>
<li>Have psql show current values for a sequence <li>-<em>Have psql show current values for a sequence</em>
</li><li>Move psql backslash database information into the backend, use </li><li>Move psql backslash database information into the backend, use
mnemonic commands? mnemonic commands?
<p> This would allow non-psql clients to pull the same information out <p> This would allow non-psql clients to pull the same information out
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment