Re: Table inheritance over schema boundaries possible

Поиск
Список
Период
Сортировка
От Achilleas Mantzios
Тема Re: Table inheritance over schema boundaries possible
Дата
Msg-id 6ee64dd4-bc7a-b941-a974-74a82f65cbc4@matrix.gatewaynet.com
обсуждение исходный текст
Ответ на Table inheritance over schema boundaries possible  (Thiemo Kellner <thiemo@gelassene-pferde.biz>)
Ответы Re: Table inheritance over schema boundaries possible  (Thiemo Kellner <thiemo@gelassene-pferde.biz>)
Список pgsql-general
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: 0, SQL State: 42501]  ERROR: permission denied for schema scd
>
> Even though I granted all privileges to IL.
>
> What am I missing or is it just not possible what I want to do?
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.

>
> Kind regards
>
> Thiemo
>


-- 
Achilleas Mantzios
IT DEV Lead
IT DEPT
Dynacom Tankers Mgmt




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

Предыдущее
От: Tony Shelver
Дата:
Сообщение: Re: Data entry / data editing tools (more end-user focus).
Следующее
От: Thiemo Kellner
Дата:
Сообщение: Re: Table inheritance over schema boundaries possible