Re: Show schema size with \dn+

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: Show schema size with \dn+
Дата
Msg-id 200910282335.45743.guillaume@lelarge.info
обсуждение исходный текст
Ответ на Show schema size with \dn+  (Anders Steinlein <anders@steinlein.no>)
Список pgsql-hackers
Le mercredi 28 octobre 2009 à 15:11:31, Anders Steinlein a écrit :
> Is there any interest in expanding \dn+ to show schema size, similar
> to table sizes using \dt+ in 8.4? We use separate schemas for each
> user, so this would allow us to quickly look up the sizes of each
> user's data.
>
> I have little experience with C and none with the PostgreSQL code base
> -- where should I look to have a go at this?
>

I would say source file src/bin/psql/describe.c, function listSchemas.


--
Guillaume.http://www.postgresqlfr.orghttp://dalibo.com


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Parsing config files in a directory
Следующее
От: Tom Lane
Дата:
Сообщение: WIP: push AFTER-trigger execution into ModifyTable node