Re: psql show dbsize? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: psql show dbsize?
Date
Msg-id 21736.1193868717@sss.pgh.pa.us
Whole thread Raw
In response to psql show dbsize?  (andy <andy@squeakycode.net>)
Responses Re: psql show dbsize?
Re: psql show dbsize?
List pgsql-hackers
andy <andy@squeakycode.net> writes:
> I know its way too late in the game, sorry, but it's a very small patch...

(1) What's the performance impact?  I should think that this makes \l orders
of magnitude slower.

(2) Doesn't this render \l entirely nonfunctional for users who don't
have CONNECT privilege to all DBs in the installation?
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Gevik Babakhani"
Date:
Subject: Re: Proposal TODO Item: SQL-language reference parameters by name
Next
From: Tom Lane
Date:
Subject: Re: DML fails after updatable cursor is used with trigger returning function