Re: SQL Statement Missing From Log

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SQL Statement Missing From Log
Дата
Msg-id 14138.1225109720@sss.pgh.pa.us
обсуждение исходный текст
Ответ на SQL Statement Missing From Log  (Bryce Nesbitt <bryce2@obviously.com>)
Список pgsql-sql
Bryce Nesbitt <bryce2@obviously.com> writes:
> I'm getting a bunch of:

> 2008-10-25 14:36:59 PDT ERROR:  syntax error at or near "SET" at character 9
> 2008-10-25 14:36:59 PDT ERROR:  syntax error at or near "fetch" at
> character 9
> 2008-10-25 14:36:59 PDT ERROR:  current transaction is aborted, commands
> ignored until end of transaction block

> With no idea where the "SET" is coming from.   My logging configuration
> is as follows.  What am I doing wrong?  How can I get the full failing
> SQL statement?

log_min_error_statement needs to be ERROR or less.
        regards, tom lane


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

Предыдущее
От: Bryce Nesbitt
Дата:
Сообщение: SQL Statement Missing From Log
Следующее
От: "Jan Peters"
Дата:
Сообщение: How to hand over array as variable in plpgsql function?