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

Поиск
Список
Период
Сортировка
От M.Atıf Ceylan
Тема [PATCH] psql: add size-based sorting options (O/o) for tables and indexes
Дата
Msg-id CA+M9mDThhJmuzN8umoPx2JhhKWkXpKO_1E3+4MCSdqE9SnmCjw@mail.gmail.com
обсуждение исходный текст
Ответы Re: [PATCH] psql: add size-based sorting options (O/o) for tables and indexes
Список 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

Вложения

В списке pgsql-hackers по дате отправления: