Andrew Gilligan <[EMAIL PROTECTED]> writes: > Attached is a rather small change to src/bin/psql/describe.c to > show database size and permissions when using the psql \l command.
Doesn't this slow down \l by several orders of magnitude? There's also the small problem that the query will fail entirely if there are any databases the current user cannot connect to. The ACL part is fine, the database size not so much. I could see relegating the size to a \l+ option, but you still have to deal with the permissions problem. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq