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 1
1
PostgreSQL TODO List
2
2
====================
3
3
Current maintainer: Bruce Momjian (bruce@momjian.us)
4
- Last updated: Fri Mar 7 09:51:26 EST 2008
4
+ Last updated: Fri Mar 7 10:56:00 EST 2008
5
5
6
6
The most recent version of this document can be viewed at
7
7
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -871,6 +871,10 @@ Clients
871
871
http://archives.postgresql.org/pgsql-hackers/2007-04/msg00424.php
872
872
873
873
o Have \d show child tables that inherit from the specified parent
874
+ o Have \l+ show database size, if permissions allow
875
+
876
+ Ideally it will not generate an error for invalid permissions
877
+
874
878
875
879
876
880
* pg_dump / pg_restore
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: Fri Mar 7 09:51:26 EST 2008
11
+ Last updated: Fri Mar 7 10:56:00 EST 2008
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 > .
@@ -766,6 +766,9 @@ <h1><a name="section_10">Clients</a></h1>
766
766
< p > < a href ="http://archives.postgresql.org/pgsql-hackers/2007-04/msg00424.php "> http://archives.postgresql.org/pgsql-hackers/2007-04/msg00424.php</ a >
767
767
</ p >
768
768
</ li > < li > Have \d show child tables that inherit from the specified parent
769
+ </ li > < li > Have \l+ show database size, if permissions allow
770
+ < p > Ideally it will not generate an error for invalid permissions
771
+ </ p >
769
772
</ li > </ ul >
770
773
</ li > < li > pg_dump / pg_restore
771
774
< ul >
You can’t perform that action at this time.
0 commit comments