Re: Table inheritance over schema boundaries possible

2019-05-23 Thread Thiemo Kellner
Quoting Achilleas Mantzios : as of 10 (same with 11) you (IL) must be the owner of relation SCD.TEMPL_BK . Create your tables with a user who has correct privileges on both tables/schemas. Not what I hope for but was afraid of. thank you for the answer. -- Achilleas Mantzios IT DEV Lead I

Re: Table inheritance over schema boundaries possible

2019-05-23 Thread Achilleas Mantzios
On 23/5/19 8:46 π.μ., Thiemo Kellner wrote: Hi all I am wondering if table inheritance is possible over the boundaries of schemata and different owners. I have database act with schemata il and scd. When I issue as IL create table IL.INHERITANCE_TEST() inherits (SCD.TEMPL_BK); I get [Code:

Table inheritance over schema boundaries possible

2019-05-22 Thread Thiemo Kellner
Hi all I am wondering if table inheritance is possible over the boundaries of schemata and different owners. I have database act with schemata il and scd. When I issue as IL create table IL.INHERITANCE_TEST() inherits (SCD.TEMPL_BK); I get [Code: 0, SQL State: 42501] ERROR: permission den