Re: psql show dbsize?

From: andy <andy(at)squeakycode(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: psql show dbsize?
Date: 2007-11-01 01:41:38
Message-ID: 47292ED2.1040200@squeakycode.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> andy <andy(at)squeakycode(dot)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
>

Yeah... I guess lesson learned: a small patch does not mean small affect.

Ok, never mind... move along, nothing to see here :-)

-Andy

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Chris Browne 2007-11-01 01:47:21 Re: psql show dbsize?
Previous Message Brendan Jurd 2007-11-01 01:32:08 Re: A small rant about coding style for backend functions