Re: Proposed GUC Variable

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Proposed GUC Variable
Дата
Msg-id 8775.1030637664@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Proposed GUC Variable  (Robert Treat <xzilla@users.sourceforge.net>)
Ответы Re: Proposed GUC Variable  (Gavin Sherry <swm@linuxworld.com.au>)
Список pgsql-hackers
Robert Treat <xzilla@users.sourceforge.net> writes:
> One of my users is generating a notice message --> NOTICE:  Adding
> missing FROM-clause entry for table "msg202"  It might be helpful to
> dump out the query on notice messages like this, and it looks like a
> simple change as far as elog.c and guc.c are concerned, but would this
> be overkill?

Hm.  Maybe instead of a boolean, what we want is a message level
variable: log original query if it triggers a message >= severity X.

            regards, tom lane

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

Предыдущее
От: "Thomas F. O'Connell"
Дата:
Сообщение: the optimizer and exists
Следующее
От: "D'Arcy J.M. Cain"
Дата:
Сообщение: Re: Proposed GUC Variable