9.2: Describing a security barrier view in psql

Поиск
Список
Период
Сортировка
От Dean Rasheed
Тема 9.2: Describing a security barrier view in psql
Дата
Msg-id CAEZATCWBaTd9ndKKUw96+T0DqfftF+zFhSpkK3T9YGvyVcCMAQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: 9.2: Describing a security barrier view in psql
Список pgsql-hackers
Hi,

Unless I'm missing something, it is not possible in psql to tell
whether a view has the security_barrier option. I think that this is
something that ought to be possible from psql, otherwise the new
feature is not visible.

This patch displays any reloptions for a view at the end, if \d+ is
used, in the same way as for tables.

Sorry if this is too late for 9.2. I really only just noticed this,
despite playing with security barrier views for a while.

Regards,
Dean

Вложения

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

Предыдущее
От: Sergey Konoplev
Дата:
Сообщение: Re: [GENERAL] Multiple Slave Failover with PITR
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: Is this non-volatile pointer access OK?