Re: Determining table and column access based on query

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Determining table and column access based on query
Дата
Msg-id bcb47eb2-1e4d-0d26-ae57-10322ca01446@gmx.net
обсуждение исходный текст
Ответ на Determining table and column access based on query  ("Thomas Rosenstein" <thomas.rosenstein@creamfinance.com>)
Ответы Re: Determining table and column access based on query  ("Thomas Rosenstein" <thomas.rosenstein@creamfinance.com>)
Список pgsql-general
Thomas Rosenstein schrieb am 13.08.2019 um 12:17:
> we would like to evaluate what data a SQL query will access, is there
> a possibility to ask the Planner directly which tables and columns
> will be affected in the end?
> 

explain (verbose)  will show the output columns for each step. 

Is that what you are looking for? 





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

Предыдущее
От: "Thomas Rosenstein"
Дата:
Сообщение: Determining table and column access based on query
Следующее
От: Shital A
Дата:
Сообщение: Re: Fwd: Postgres HA - pacemaker RA do not support auto failback