Re: Cannot insert a duplicate key into unique index

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Cannot insert a duplicate key into unique index
Дата
Msg-id 25434.1058393067@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Cannot insert a duplicate key into unique index  (Dmitry Tkach <dmitry@openratings.com>)
Список pgsql-novice
Dmitry Tkach <dmitry@openratings.com> writes:
> As for 'what SQL code',  you can set debug_print_query=true in
> postgresql.conf - this will make it print all the sql queries you
> execute to the log file...

In recent releases (7.3 for sure, not sure about older ones) there
is also a log_min_error_statement setting that can be tweaked to log
only queries generating errors.

            regards, tom lane

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

Предыдущее
От: "Brian Johnson"
Дата:
Сообщение: Re: Cannot insert a duplicate key into unique index
Следующее
От: HK
Дата:
Сообщение: Display integer value as Hex.