improving \dt++ in psql

Поиск
Список
Период
Сортировка
От Filip Rembiałkowski
Тема improving \dt++ in psql
Дата
Msg-id CAP_rwwmBt_hKOYiw7b6OjZitGRhWuGmPq6OtD=NY4BTSDxhOBQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: improving \dt++ in psql
Список pgsql-hackers
Hi


I tried to start writing a patch to add "Total Size" column to \dt++ output.

in src/bin/psql/describe.c we have this

listTables(
const char *tabtypes,
const char *pattern,bool verbose,bool showSystem)


I was (as a long time Pg user) dead sure that psql really sometimes
cares about the number of plus signs that you add to meta-command

So why this particular function interface has boolean "verbose" parameter?

Can't we have higher levels of "verbosiness"?


thanks,
Filip



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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Fix initdb for path with whitespace and at char
Следующее
От: Greg Stark
Дата:
Сообщение: Why do we allow indexes to contain the same column more than once?