high values for client_min_messages

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема high values for client_min_messages
Дата
Msg-id Pine.BSO.4.61.0509272003590.30956@leary.csoft.net
обсуждение исходный текст
Ответы Re: high values for client_min_messages  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
The patch updates the documentation to reflect the fact that higher values
of client_min_messages (fatal + panic) are valid and also fixes a slight
issue with how psql tried to display error messages that aren't sent to
the client.

We often tell people to ignore errors in response to requests for things
like "drop if exists", but there's no good way to completely hide this
without upping client_min_messages past ERROR.  When running a file like

SET client_min_messages TO 'FATAL';

DROP TABLE doesntexist;

with "psql -f filename" you get an error prefix of
"psql:/home/username/filename:3" even though there is no error message to
prefix because it isn't sent to the client.

Kris Jurka

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Proposed patch for sequence-renaming problems
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Proposed patch for sequence-renaming problems