Re: How to get cursor query
От | Tom Lane |
---|---|
Тема | Re: How to get cursor query |
Дата | |
Msg-id | 8450.1439907087@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: How to get cursor query (Adrian Klaver <adrian.klaver@aklaver.com>) |
Ответы |
Re: How to get cursor query
|
Список | pgsql-general |
Adrian Klaver <adrian.klaver@aklaver.com> writes: > On 08/18/2015 06:44 AM, Tom Lane wrote: >> Adrian Klaver <adrian.klaver@aklaver.com> writes: >>> The only thing I can think to do is load pg_stat_statements: >>> http://www.postgresql.org/docs/9.4/interactive/pgstatstatements.html >> That won't help after-the-fact either. > Well at some point the query will leave the view, but by default > pg_stat_statements tracks the last 5000 distinct statements, so you have > some time > 0 to find it. No, you don't have any time to find it, because pg_stat_statements can only track operations in backends that it's already been loaded into. What's more, it requires shared memory that can only be allocated at postmaster start, so that there's really no way to load it without a postmaster restart. regards, tom lane
В списке pgsql-general по дате отправления: