Re: Multi-tenancy with RLS
От
Amit Langote
Тема
Re: Multi-tenancy with RLS
Дата
Msg-id
568DF815.7060906@lab.ntt.co.jp
Ответ на
Re: Multi-tenancy with RLS (Haribabu Kommi)
Список
Дерево обсуждения
Multi-tenancy with RLS Haribabu Kommi <kommi.haribabu@gmail.com>
Re: Multi-tenancy with RLS Haribabu Kommi <kommi.haribabu@gmail.com>
Re: Multi-tenancy with RLS Joe Conway <mail@joeconway.com>
Re: Multi-tenancy with RLS Haribabu Kommi <kommi.haribabu@gmail.com>
Re: Multi-tenancy with RLS Jim Nasby <Jim.Nasby@BlueTreble.com>
Re: Multi-tenancy with RLS Robert Haas <robertmhaas@gmail.com>
Re: Multi-tenancy with RLS Stephen Frost <sfrost@snowman.net>
Re: Multi-tenancy with RLS Haribabu Kommi <kommi.haribabu@gmail.com>
Re: Multi-tenancy with RLS Haribabu Kommi <kommi.haribabu@gmail.com>
Re: Multi-tenancy with RLS Stephen Frost <sfrost@snowman.net>
Re: Multi-tenancy with RLS Robert Haas <robertmhaas@gmail.com>
Re: Multi-tenancy with RLS Stephen Frost <sfrost@snowman.net>
Re: Multi-tenancy with RLS Joe Conway <mail@joeconway.com>
Re: Multi-tenancy with RLS Haribabu Kommi <kommi.haribabu@gmail.com>
Re: Multi-tenancy with RLS Stephen Frost <sfrost@snowman.net>
Re: Multi-tenancy with RLS Haribabu Kommi <kommi.haribabu@gmail.com>
Re: Multi-tenancy with RLS Haribabu Kommi <kommi.haribabu@gmail.com>
Re: Multi-tenancy with RLS Haribabu Kommi <kommi.haribabu@gmail.com>
Re: Multi-tenancy with RLS Haribabu Kommi <kommi.haribabu@gmail.com>
Re: Multi-tenancy with RLS Haribabu Kommi <kommi.haribabu@gmail.com>
Re: Multi-tenancy with RLS Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Re: Multi-tenancy with RLS Haribabu Kommi <kommi.haribabu@gmail.com>
Re: Multi-tenancy with RLS Haribabu Kommi <kommi.haribabu@gmail.com>
Re: Multi-tenancy with RLS Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Re: Multi-tenancy with RLS Haribabu Kommi <kommi.haribabu@gmail.com>
Re: Multi-tenancy with RLS Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Re: Multi-tenancy with RLS Haribabu Kommi <kommi.haribabu@gmail.com>
Re: Multi-tenancy with RLS Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Re: Multi-tenancy with RLS Robert Haas <robertmhaas@gmail.com>
Re: Multi-tenancy with RLS Stephen Frost <sfrost@snowman.net>
Re: Multi-tenancy with RLS Haribabu Kommi <kommi.haribabu@gmail.com>
Re: Multi-tenancy with RLS Joe Conway <mail@joeconway.com>
Re: Multi-tenancy with RLS Tom Lane <tgl@sss.pgh.pa.us>
Re: Multi-tenancy with RLS Stephen Frost <sfrost@snowman.net>
Re: Multi-tenancy with RLS Tom Lane <tgl@sss.pgh.pa.us>
Re: Multi-tenancy with RLS Stephen Frost <sfrost@snowman.net>
Re: Multi-tenancy with RLS Tom Lane <tgl@sss.pgh.pa.us>
Re: Multi-tenancy with RLS Stephen Frost <sfrost@snowman.net>
Re: Multi-tenancy with RLS Alvaro Herrera <alvherre@2ndquadrant.com>
Re: Multi-tenancy with RLS Robert Haas <robertmhaas@gmail.com>
Re: Multi-tenancy with RLS Joe Conway <mail@joeconway.com>
Re: Multi-tenancy with RLS Robert Haas <robertmhaas@gmail.com>
Re: Multi-tenancy with RLS Stephen Frost <sfrost@snowman.net>
Re: Multi-tenancy with RLS Robert Haas <robertmhaas@gmail.com>
Re: Multi-tenancy with RLS Stephen Frost <sfrost@snowman.net>
Re: Multi-tenancy with RLS "Joshua D. Drake" <jd@commandprompt.com>
Re: Multi-tenancy with RLS Stephen Frost <sfrost@snowman.net>
Re: Multi-tenancy with RLS "Joshua D. Drake" <jd@commandprompt.com>
Re: Multi-tenancy with RLS Stephen Frost <sfrost@snowman.net>
Re: Multi-tenancy with RLS Robert Haas <robertmhaas@gmail.com>
Re: Multi-tenancy with RLS Joe Conway <mail@joeconway.com>
Re: Multi-tenancy with RLS Tom Lane <tgl@sss.pgh.pa.us>
Re: Multi-tenancy with RLS Stephen Frost <sfrost@snowman.net>
Re: Multi-tenancy with RLS Joe Conway <mail@joeconway.com>
Re: Multi-tenancy with RLS Stephen Frost <sfrost@snowman.net>
Re: Multi-tenancy with RLS Robert Haas <robertmhaas@gmail.com>
Re: Multi-tenancy with RLS Haribabu Kommi <kommi.haribabu@gmail.com>
Re: Multi-tenancy with RLS Michael Paquier <michael.paquier@gmail.com>
Re: Multi-tenancy with RLS Haribabu Kommi <kommi.haribabu@gmail.com>
Re: [HACKERS] Multi-tenancy with RLS Haribabu Kommi <kommi.haribabu@gmail.com>
Re: Multi-tenancy with RLS Dean Rasheed <dean.a.rasheed@gmail.com>
Re: Multi-tenancy with RLS Stephen Frost <sfrost@snowman.net>
Re: Multi-tenancy with RLS Haribabu Kommi <kommi.haribabu@gmail.com>
On 2016/01/06 13:07, Haribabu Kommi wrote: > On Wed, Jan 6, 2016 at 1:43 PM, Amit Langote >> >> Patch 4_database_catalog_tenancy_v5 fails to apply: > > May be you missed to apply the 3_shared_catalog_tenancy_v4 path, > because 4_database_catalog_tenancy_v5 patch depends on it. Oops, I even missed patches 1 and 2 at all. > > Here I attached all the patches for your convenience, I am able to > apply all patches in the order without any problem. Okay, thanks! I applied all the patches. I have a basic question. Sorry though if I've entirely missed the point (and/or scope) of your proposal. I wonder if something like the following should not have failed with the patch: postgres=# CREATE POLICY class_policy ON pg_class TO PUBLIC USING (relowner = current_user); ERROR: permission denied: "pg_class" is a system catalog Is there no support yet for user-defined catalog policies? Regards, Amit
В списке pgsql-hackers по дате отправления