Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b2facfd

Browse files
committed
Add:
> o Have \l+ show database size, if permissions allow > > Ideally it will not generate an error for invalid permissions >
1 parent cbd08f6 commit b2facfd

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

doc/TODO

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
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
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -871,6 +871,10 @@ Clients
871871
http://archives.postgresql.org/pgsql-hackers/2007-04/msg00424.php
872872

873873
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+
874878

875879

876880
* pg_dump / pg_restore

doc/src/FAQ/TODO.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<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
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<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>
766766
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-04/msg00424.php">http://archives.postgresql.org/pgsql-hackers/2007-04/msg00424.php</a>
767767
</p>
768768
</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>
769772
</li></ul>
770773
</li><li>pg_dump / pg_restore
771774
<ul>

0 commit comments

Comments
 (0)