Add:
> > * Add a function like pg_get_indexdef() that report more detailed index > information > > http://archives.postgresql.org/pgsql-bugs/2007-12/msg00166.php >
This commit is contained in:
parent
f76eee0bf1
commit
1cc52905f0
8
doc/TODO
8
doc/TODO
@ -1,7 +1,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||||
Last updated: Fri Mar 7 15:20:15 EST 2008
|
Last updated: Fri Mar 7 15:38:55 EST 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.
|
||||||
@ -837,6 +837,12 @@ Clients
|
|||||||
allow pg_ctl to read and understand postgresql.conf to find the
|
allow pg_ctl to read and understand postgresql.conf to find the
|
||||||
data_directory value.
|
data_directory value.
|
||||||
|
|
||||||
|
* Add a function like pg_get_indexdef() that report more detailed index
|
||||||
|
information
|
||||||
|
|
||||||
|
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
|
||||||
|
@ -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: Fri Mar 7 15:20:15 EST 2008
|
Last updated: Fri Mar 7 15:38:55 EST 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>.
|
||||||
@ -734,6 +734,10 @@ first. There is also a developer's wiki at<br/>
|
|||||||
config directory but in the PGDATA directory. The solution is to
|
config directory but in the PGDATA directory. The solution is to
|
||||||
allow pg_ctl to read and understand postgresql.conf to find the
|
allow pg_ctl to read and understand postgresql.conf to find the
|
||||||
data_directory value.
|
data_directory value.
|
||||||
|
</p>
|
||||||
|
</li><li>Add a function like pg_get_indexdef() that report more detailed index
|
||||||
|
information
|
||||||
|
<p> <a href="http://archives.postgresql.org/pgsql-bugs/2007-12/msg00166.php">http://archives.postgresql.org/pgsql-bugs/2007-12/msg00166.php</a>
|
||||||
</p>
|
</p>
|
||||||
</li><li>psql
|
</li><li>psql
|
||||||
<ul>
|
<ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user