Re: [HACKERS] 9.2: Describing a security barrier view in psql

2012-09-03 Thread Dean Rasheed
On 3 September 2012 14:48, Tom Lane wrote: > Dean Rasheed writes: >> 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 visib

Re: [HACKERS] 9.2: Describing a security barrier view in psql

2012-09-03 Thread Magnus Hagander
On Mon, Sep 3, 2012 at 3:48 PM, Tom Lane wrote: > Dean Rasheed writes: >> 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

Re: [HACKERS] 9.2: Describing a security barrier view in psql

2012-09-03 Thread Tom Lane
Dean Rasheed writes: > 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 vi