Re: 8.4 release planning

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: 8.4 release planning
Дата
Msg-id 49801E75.7000606@archonet.com
обсуждение исходный текст
Ответ на Re: 8.4 release planning  (Greg Smith <gsmith@gregsmith.com>)
Ответы Re: 8.4 release planning  (KaiGai Kohei <kaigai@kaigai.gr.jp>)
Список pgsql-hackers
Greg Smith wrote:
> Where I suspect this is all is going to settle down into is that if 1)
> the SE GUC is on and 2) one of the tables in a join has rows filtered,
> then you can expect that a) it's possible that the result will leak
> information, which certainly need to be documented, 

As far as I can tell this is the case however you hide the information.
If you implemented it with views you'll have the same issue. If you hide
the existence of project p_id="TOPSECRET01" and people can run inserts
then they can spot it. Likewise, it you have fkey references to the row
then deletions can be used to spot it.

--  Richard Huxton Archonet Ltd


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: pg_upgrade project status
Следующее
От: Timo Savola
Дата:
Сообщение: Re: log_duration_sample config option patch