Re: [patch] Add schema total size to psql \dn+

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Gilles Darold <gilles(dot)darold(at)dalibo(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [patch] Add schema total size to psql \dn+
Date: 2019-02-22 16:06:31
Message-ID: CA+TgmoYgXKZZ5DonDdkhOorkcooYp2Gor-GQZgbdqMCBZDevqA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Feb 20, 2019 at 5:26 PM Gilles Darold <gilles(dot)darold(at)dalibo(dot)com> wrote:
> The attached simple patch adds this feature. Is there any cons adding
> this information?

Well, it'll take time to compute, maybe a lot of time if the database
is big and the server is busy. Not sure how serious that problem can
get.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2019-02-22 16:10:02 Re: CPU costs of random_zipfian in pgbench
Previous Message Peter Eisentraut 2019-02-22 16:05:06 some ri_triggers.c cleanup