Re: Permissions problem with sequences - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Permissions problem with sequences
Date
Msg-id 14358.1095982187@sss.pgh.pa.us
Whole thread Raw
In response to Re: Permissions problem with sequences  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Responses Re: Permissions problem with sequences  (Michael Fuhr <mike@fuhr.org>)
List pgsql-bugs
Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:
> There is, however, an ownership problem with restoring sequences
> in 8.0.0beta.  In 7.4.5, for example, pg_dump issues a SET SESSION
> AUTHORIZATION command and then creates a table, so implicitly-created
> sequences are restored with the correct ownership.  In 8.0.0beta2,
> however, pg_dump doesn't issue SET SESSION AUTHORIZATION but rather
> creates a table and then issues ALTER TABLE ... OWNER TO.

> Oer.  I'd better look at that :(

I think Alvaro's patch to make ALTER TABLE OWNER recurse to serial
sequences fixes all the issues that were raised in this thread ---
does anyone see any remaining problems?

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #1267: Suggest TEXTOID parameters be treated like UNKNOWNOID
Next
From: "PostgreSQL Bugs List"
Date:
Subject: BUG #1268: Two different Unicode chars are treated as equal in a query