Re: [HACKERS] Missing updates at few places for row level security

2015-01-28 Thread Stephen Frost
Amit, * Amit Kapila (amit.kapil...@gmail.com) wrote: > There is a new column added in pg_authid (rolbypassrls) > and the updation for same is missed in below places: > > a. System catalog page for pg_authid > http://www.postgresql.org/docs/devel/static/catalog-pg-authid.html > b. Do we want to ad

Re: [HACKERS] Missing updates at few places for row level security

2014-12-23 Thread Stephen Frost
Amit, * Amit Kapila (amit.kapil...@gmail.com) wrote: > There is a new column added in pg_authid (rolbypassrls) > and the updation for same is missed in below places: > > a. System catalog page for pg_authid > http://www.postgresql.org/docs/devel/static/catalog-pg-authid.html Yup, thanks, will fi

[HACKERS] Missing updates at few places for row level security

2014-12-22 Thread Amit Kapila
There is a new column added in pg_authid (rolbypassrls) and the updation for same is missed in below places: a. System catalog page for pg_authid http://www.postgresql.org/docs/devel/static/catalog-pg-authid.html b. Do we want to add this new column in pg_shadow view? With Regards, Amit Kapila. E