Re: DB Tuning Notes for comment...

Поиск
Список
Период
Сортировка
От Philip Warner
Тема Re: DB Tuning Notes for comment...
Дата
Msg-id 5.1.0.14.0.20021210115947.055515f0@mail.rhyme.com.au
обсуждение исходный текст
Ответ на Re: DB Tuning Notes for comment...  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: DB Tuning Notes for comment...  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
At 03:54 PM 9/12/2002 -0500, Tom Lane wrote:
>FSM entries aren't needed for sequences either, so more correct is
>
>         select count(*) from pg_class where relkind in ('r', 't');

presumably:
     select count(*) from pg_class where relkind in ('r', 't', 'i');


----------------------------------------------------------------
Philip Warner                    |     __---_____
Albatross Consulting Pty. Ltd.   |----/       -  \
(A.B.N. 75 008 659 498)          |          /(@)   ______---_
Tel: (+61) 0500 83 82 81         |                 _________  \
Fax: (+61) 03 5330 3172          |                 ___________ |
Http://www.rhyme.com.au          |                /           \|                                 |    --________--
PGP key available upon request,  |  /
and from pgp5.ai.mit.edu:11371   |/



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

Предыдущее
От: Rod Taylor
Дата:
Сообщение: Re: SIGSEGV
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] PostgreSQL Global Development Group