Re: SEGFAULT in CREATE EXTENSION related pg_init_privs

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: SEGFAULT in CREATE EXTENSION related pg_init_privs
Дата
Msg-id 20160414122618.GZ10850@tamriel.snowman.net
обсуждение исходный текст
Ответ на SEGFAULT in CREATE EXTENSION related pg_init_privs  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: SEGFAULT in CREATE EXTENSION related pg_init_privs  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
Pavel,

* Pavel Stehule (pavel.stehule@gmail.com) wrote:
> I am trying to prepare orafce for PostgreSQL 9.6.
>
> I can successfully compile this extension, but the statement CREATE
> EXTENSION fails on segfault

Just the latest off of https://github.com/orafce/orafce ?

I took a quick look through and nothing is jumping out at me and,
unfortunately, have a lot on my plate today.  I'll take a look at it
later on tonight though.

> This is enforced by sequence of statements REVOKE, GRANT
>
> try to add following lines to hstore--1.3.sql
>
> CREATE VIEW public.dual AS SELECT 'X'::varchar AS dummy;
> REVOKE ALL ON public.dual FROM PUBLIC;
> GRANT SELECT, REFERENCES ON public.dual TO PUBLIC;
>
> then create extension hstore enforces this error.
>
> When I remove the REVOKE statement - all is working.

Ok, good to know, that'll help.

Thanks!

Stephen

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Wrong definition of pgwin32_bind.
Следующее
От: Ashutosh Bapat
Дата:
Сообщение: Re: Declarative partitioning