Owner and privileges on sequences - Mailing list pgadmin-support

From Dmitry Samokhin
Subject Owner and privileges on sequences
Date
Msg-id hampvl$kol$1@news.hub.org
Whole thread Raw
Responses Re: Owner and privileges on sequences
List pgadmin-support
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 ...;
...

Regards,
Dmitry. 




pgadmin-support by date:

Previous
From: Thom Brown
Date:
Subject: Re: Foreign key to column on same table at table creation time
Next
From: Twendilonge Valery VLT
Date:
Subject: whatvshould be the next step