Re: [PATCHES] Approximate count(*)

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: [PATCHES] Approximate count(*)
Дата
Msg-id 200503241919.00628.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: [PATCHES] Approximate count(*)  ("Greg Sabino Mullane" <greg@turnstep.com>)
Ответы Re: [PATCHES] Approximate count(*)  ("Jim C. Nasby" <decibel@decibel.org>)
Список pgsql-docs
David,

If Jim and I finish our work for 8.1, then you'll be able to do:

SELECT approx_records FROM pg_sysviews.pg_tables WHERE schema_name = 'schema'
AND table_name = 'table'

But the same caveats will apply.

--
Josh Berkus
Aglio Database Solutions
San Francisco

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

Предыдущее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: [PATCHES] Approximate count(*)
Следующее
От: Josh Berkus
Дата:
Сообщение: Missing doc on expression format for ALTER TABLE