Re: psql \dt and table size
Bernd Helmle <mailings@oopsware.de>
From: Bernd Helmle <mailings@oopsware.de>
To: Robert Haas <robertmhaas@gmail.com>, Alvaro Herrera <alvherre@commandprompt.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2011-03-28T12:38:23Z
Lists: pgsql-hackers
Attachments
- psql_tablesize.patch (application/octet-stream) patch
--On 26. März 2011 21:59:18 -0400 Robert Haas <robertmhaas@gmail.com> wrote: > But I think we can just call pg_table_size() regardless in 9.0+; I > believe it'll return the same results as pg_relation_size() on > non-tables. Anyone see a problem with that? Hmm yeah, seems i was thinking too complicated...here is a cleaned up version of this idea. -- Thanks Bernd