Re: What query currently running within function

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: What query currently running within function
Дата
Msg-id CAHyXU0yge+iHxR_sH0FvL=9dvCigFdPHpL39B6vj9x66LXbofA@mail.gmail.com
обсуждение исходный текст
Ответ на What query currently running within function  (Rebecca Clarke <r.clarke83@gmail.com>)
Список pgsql-general
On Tue, Jul 22, 2014 at 4:36 AM, Rebecca Clarke <r.clarke83@gmail.com> wrote:
> Hi all,
>
> Presently I'm executing a function that runs many queries within it.
>
> select * from _myfunction();
>
> Is there a way to see what query it is up to within the function?
> When I do a select of pg_stat_activity it just shows me the _myfunction()
> query.
>
> I'm running postgresql 9.1
>
> Thanks in advance.

raise notices or warnings in the log.    if the function is sql and
not pl/pgsql, you can wrap the RAISE feature.

merlin


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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: String concatenation operator which keeps trailing spaces in CHAR(n) columns
Следующее
От: "Andrus"
Дата:
Сообщение: Re: String concatenation operator which keeps trailing spaces in CHAR(n) columns