Re: Fix for OWNER TO breaking ACLs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fix for OWNER TO breaking ACLs
Дата
Msg-id 1064.1091422891@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Fix for OWNER TO breaking ACLs  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Список pgsql-patches
Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:
>> The way you had it coded, it was generating
>> new index entries pointing at the old version of the tuple ...

> Strange.  I guess I must have been testing with a database that had
> short enough system catalogs that the indexes were never used?

Could be, especially if you were using client-side queries to check the
result.  I think most of the system's internal catalog fetches are
hard-wired to use indexes except under the most dire circumstances
(mainly, a standalone backend with -P).  But a client-issued query
would do whatever the planner thought best.

            regards, tom lane

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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: USING INDEX TABLESPACE
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: UTF8 for all translations?