aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-01-06 22:18:24 +0000
committerBruce Momjian <bruce@momjian.us>2007-01-06 22:18:24 +0000
commit94609f0068946ca09e31f564d4796b868c10fee6 (patch)
treef026c4e9d6e498f5a80ee84ad2d6dcbed82ac378
parent147f2e916c16590b2c9762ec370f226c0e4ae043 (diff)
downloadpostgresql-94609f0068946ca09e31f564d4796b868c10fee6.tar.gz
postgresql-94609f0068946ca09e31f564d4796b868c10fee6.zip
Add:
> > * Make consistent use of long/short command options --- pg_ctl needs > long ones, pg_config doesn't have short ones, postgres doesn't have > enough long ones, etc.
-rw-r--r--doc/TODO6
-rw-r--r--doc/src/FAQ/TODO.html5
2 files changed, 9 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index f5e1ea472dd..49067aeea70 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Sat Jan 6 16:33:48 EST 2007
+Last updated: Sat Jan 6 17:18:21 EST 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -706,6 +706,10 @@ Clients
allow pg_ctl to read and understand postgresql.conf to find the
data_directory value.
+* Make consistent use of long/short command options --- pg_ctl needs
+ long ones, pg_config doesn't have short ones, postgres doesn't have
+ enough long ones, etc.
+
* psql
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 4d1a64da60f..fd111fe48ce 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: Sat Jan 6 16:33:48 EST 2007
+Last updated: Sat Jan 6 17:18:21 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>.
@@ -642,6 +642,9 @@ first.
allow pg_ctl to read and understand postgresql.conf to find the
data_directory value.
</p>
+ </li><li>Make consistent use of long/short command options --- pg_ctl needs
+ long ones, pg_config doesn't have short ones, postgres doesn't have
+ enough long ones, etc.
</li><li>psql
<ul>
<li>Have psql show current values for a sequence