Re: Can i see server SQL commands ?

Поиск
Список
Период
Сортировка
От Adnan DURSUN
Тема Re: Can i see server SQL commands ?
Дата
Msg-id BAY106-DAV58E76BEB6EA5DE5A035D7FA180@phx.gbl
обсуждение исходный текст
Ответ на Can i see server SQL commands ?  ("Adnan DURSUN" <a_dursun@hotmail.com>)
Ответы Re: Can i see server SQL commands ?  (Shane Ambler <pgsql@007Marketing.com>)
Список pgsql-general
----- Original Message -----
From: "Jim C. Nasby" <jim@nasby.net>

> Didn't someone just ask this yesterday?

    Yes. i did it :-)

> I believe you can get that info by increasing client_min_messages.
> What you specifically have to set it to I don't know; my guess would be
> log or debug1.

    I set it that but none of them effect the result :-( I think, answer to
this question is no !
Things that i want to see is what SQL commands run by backend while ;

    * Inserting a row (how checks FKs)
    * Updating row (how checks FKs and unique constrains)
    * deleting row (how checks FKs)

Best Regards
Adnan DURSUN




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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Expected accuracy of planner statistics
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Row versions and indexes