[PATCH] psql: add size-based sorting options (O/o) for tables and indexes - Mailing list pgsql-hackers

From M.Atıf Ceylan
Subject [PATCH] psql: add size-based sorting options (O/o) for tables and indexes
Date
Msg-id CA+M9mDThhJmuzN8umoPx2JhhKWkXpKO_1E3+4MCSdqE9SnmCjw@mail.gmail.com
Whole thread Raw
Responses Re: [PATCH] psql: add size-based sorting options (O/o) for tables and indexes
List pgsql-hackers
Hello,
This patch adds two new meta-command modifiers for \dt(+) and \di(+):

  - O  : sort by total relation size descending
  - o  : sort by total relation size ascending

This makes it easier to identify the largest tables and indexes
without writing custom SQL queries.

Help message (\?) is updated to reflect the new options.

regards,
--
M.Atıf Ceylan

Attachment

pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: transformJsonFuncExpr pathspec cache lookup failed
Next
From: John Naylor
Date:
Subject: Re: [buildfarm related] Machines gcc experimental failed test_lfind