Re: indexes on primary and foreign keys

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: indexes on primary and foreign keys
Дата
Msg-id 20060112014057.GA89601@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: indexes on primary and foreign keys  (Michael Glaesemann <grzm@myrealbox.com>)
Список pgsql-performance
On Thu, Jan 12, 2006 at 10:26:58AM +0900, Michael Glaesemann wrote:
> On Jan 12, 2006, at 9:36 , K C Lau wrote:
> >>NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index
> >>"cities_pkey" for table "cities"
> >
> >Is there a way to suppress this notice when I create tables in a
> >script?
>
> Set[1] your log_min_messages to WARNING or higher[2].

Or client_min_messages, depending on where you don't want to see
the notice.

--
Michael Fuhr

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

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: indexes on primary and foreign keys
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Extremely irregular query performance