Re: Suppressing postgres messages?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Suppressing postgres messages?
Дата
Msg-id 200207031544.g63FiY011135@candle.pha.pa.us
обсуждение исходный текст
Ответ на Suppressing postgres messages?  (cshum <cshum@cats.ucsc.edu>)
Ответы Re: Suppressing postgres messages?  (nconway@klamath.dyndns.org (Neil Conway))
Список pgsql-general
cshum wrote:
> Hi,
>
>   How do I suppress postgres messages such as the one below?
>
>   NOTICE:  CREATE TABLE/PRIMARY KEY will create implicit index
> 'sometable_pkey' for table 'sometable'

7.3 will have a client_min_mesages setting you can control.  Nothing
like that exists in 7.2.X.  The only solution is to edit the C code and
remove the elog(NOTICE).

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: One source of constant annoyance identified
Следующее
От: Lynn David Newton
Дата:
Сообщение: EVAL and SET equivalents in PostgreSQL