Re: indexes on primary and foreign keys

Поиск
Список
Период
Сортировка
От Michael Glaesemann
Тема Re: indexes on primary and foreign keys
Дата
Msg-id BA99EEFA-8C9E-474E-A69B-62C354F53531@myrealbox.com
обсуждение исходный текст
Ответ на Re: indexes on primary and foreign keys  (K C Lau <kclau60@netvigator.com>)
Ответы Re: indexes on primary and foreign keys
Re: indexes on primary and foreign keys
Список pgsql-performance
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].

[1](http://www.postgresql.org/docs/current/interactive/sql-set.html)
[2](http://www.postgresql.org/docs/current/interactive/runtime-config-
logging.html#RUNTIME-CONFIG-LOGGING-WHEN)

Michael Glaesemann
grzm myrealbox com




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

Предыдущее
От: K C Lau
Дата:
Сообщение: Re: indexes on primary and foreign keys
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: indexes on primary and foreign keys