Re: CREATE OR REPLACE FUNCTION statement just sitting there

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: CREATE OR REPLACE FUNCTION statement just sitting there
Дата
Msg-id 20181106113429.eckik5dtmspck4lz@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: CREATE OR REPLACE FUNCTION statement just sitting there  (Ron <ronljohnsonjr@gmail.com>)
Ответы Re: CREATE OR REPLACE FUNCTION statement just sitting there  (Ron <ronljohnsonjr@gmail.com>)
Список pgsql-general
On 2018-Nov-05, Ron wrote:

> That (plus pg_locks)  is the heart of the "list all blocking queries"
> statement I copied from https://wiki.postgresql.org/wiki/Lock_Monitoring.

On that page there's a note about 9.6.  Did you see the referenced
commit
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=52f5d578d6c29bf254e93c69043b817d4047ca67
?  Maybe see about using the "pg_blocking_pids(int) returns int[]"
function instead.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Laurenz Albe
Дата:
Сообщение: Re: CREATE OR REPLACE FUNCTION statement just sitting there
Следующее
От: "Daniel Verite"
Дата:
Сообщение: Re: Trouble Upgrading Postgres