Re: Owner and privileges on sequences

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-support(at)postgresql(dot)org, "Dmitry Samokhin" <sdld(at)mail(dot)ru>
Subject: Re: Owner and privileges on sequences
Date: 2009-10-12 21:03:41
Message-ID: 200910122303.41613.guillaume@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.org
http://dalibo.com

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Julius Tuskenis 2009-10-13 07:12:28 Re: PgAdmin iii
Previous Message Guillaume Lelarge 2009-10-12 21:02:38 Re: The server list is not saved