Re: Invisible Indexes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Invisible Indexes
Дата
Msg-id 20405.1529848755@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Invisible Indexes  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Ответы Re: Invisible Indexes  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Andrew Dunstan <andrew.dunstan@2ndquadrant.com> writes:
> A major downside to a GUC is that you have to be aware of the current 
> setting, since we're not going to have one settoing for each invisible 
> index. Doing it at the SQL level you can treat each index separately. A 
> GUC will actually involve more code, I suspect.

I'd envision it being a list of index names.  We already have most
if not all of the underpinnings for such a thing, I believe, lurking
around the code for search_path, temp_tablespaces, etc.

            regards, tom lane


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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Concurrency bug in UPDATE of partition-key
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: Desirability of client-side expressions in psql?