Re: Owner and privileges on sequences

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: Owner and privileges on sequences
Дата
Msg-id 200910122303.41613.guillaume@lelarge.info
обсуждение исходный текст
Ответ на Owner and privileges on sequences  ("Dmitry Samokhin" <sdld@mail.ru>)
Список pgadmin-support
Le vendredi 9 octobre 2009 à 09:50:22, Dmitry Samokhin a écrit :
> For sequences, the DDL script generated looks like:
>
> CREATE SEQUENCE ...;
> ALTER TABLE ... OWNER TO ...;
> GRANT ... ON TABLE ... TO ...;
> ...
>
> ... but should be:
>
> ...
> ALTER SEQUENCE ... OWNER TO ...;
> GRANT ... ON SEQUENCE ... TO ...;
> ...
>

I don't quite understand why it should be your way and not the other. Care to
explain?

Regards.


--
Guillaume.http://www.postgresqlfr.orghttp://dalibo.com


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: The server list is not saved
Следующее
От: Julius Tuskenis
Дата:
Сообщение: Re: PgAdmin iii