Any way to make PG driver obey PrintWarn?

Поиск
Список
Период
Сортировка
От Tyler MacDonald
Тема Any way to make PG driver obey PrintWarn?
Дата
Msg-id 20060206223029.GS9232@yi.org
обсуждение исходный текст
Ответы Re: Any way to make PG driver obey PrintWarn?  ("Uwe C. Schroeder" <uwe@oss4u.com>)
Re: Any way to make PG driver obey PrintWarn?  ("Greg Sabino Mullane" <greg@turnstep.com>)
Список pgsql-general
I'm using the DBD::Pg driver and i've specifically turned "PrintWarn" off,
yet I am still getting spammed with messages like this:

NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "aus_flag_pkey" for table "aus_flag"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "aus_password_crypt_pkey" for table "aus_password_crypt"

etcetcetc...

rt.cpan.org doesn't show any active bugs about this. Is this a known issue?
Is it even a bug or am I doing something wrong? Why does Pg feel it
neccessary to tell me that these implicit indexes are being created anyways?

    Thanks,
        Tyler

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

Предыдущее
От: "Larry Rosenman"
Дата:
Сообщение: Re: SESSION_USER vs. CURRENT_USER
Следующее
От: Niklas Johansson
Дата:
Сообщение: Re: SELECT with REAL...