File tree 2 files changed +9
-2
lines changed 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (bruce@momjian.us)
5
- Last updated: Sat Jan 6 16:33:48 EST 2007
5
+ Last updated: Sat Jan 6 17:18:21 EST 2007
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -706,6 +706,10 @@ Clients
706
706
allow pg_ctl to read and understand postgresql.conf to find the
707
707
data_directory value.
708
708
709
+ * Make consistent use of long/short command options --- pg_ctl needs
710
+ long ones, pg_config doesn't have short ones, postgres doesn't have
711
+ enough long ones, etc.
712
+
709
713
710
714
* psql
711
715
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:bruce@momjian.us "> bruce@momjian.us</ a > )< br />
11
- Last updated: Sat Jan 6 16:33:48 EST 2007
11
+ Last updated: Sat Jan 6 17:18:21 EST 2007
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -642,6 +642,9 @@ <h1><a name="section_9">Clients</a></h1>
642
642
allow pg_ctl to read and understand postgresql.conf to find the
643
643
data_directory value.
644
644
</ p >
645
+ </ li > < li > Make consistent use of long/short command options --- pg_ctl needs
646
+ long ones, pg_config doesn't have short ones, postgres doesn't have
647
+ enough long ones, etc.
645
648
</ li > < li > psql
646
649
< ul >
647
650
< li > Have psql show current values for a sequence
You can’t perform that action at this time.
0 commit comments