Re: 8.0.0beta1: Ownership of implicit sequences after dump/restore

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: 8.0.0beta1: Ownership of implicit sequences after dump/restore
Date: 2004-08-15 02:18:50
Message-ID: 20040815021850.GA76507@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

On Wed, Aug 11, 2004 at 08:56:27PM -0600, Michael Fuhr wrote:
> PostgreSQL version: 8.0.0beta1
> Operating system : Solaris 9
>
> Backups created by pg_dump/pg_dumpall don't set the ownership of
> implicitly-created sequences. When backups are restored, users who
> created sequences may not be able to use them.

[snip]

> Is this a bug in pg_dump/pg_dumpall, or is it a bug in the ALTER
> TABLE ... OWNER TO statement that set the ownership of the table
> that implicitly created the sequence? It seems reasonable that
> changing a table's ownership should also change the ownership of
> any implicitly-created sequences, or has that already been discussed
> and rejected?

Any feedback on this? It'll cause problems as people migrate their
databases to 8.0.0.

Here's the complete text of my original message:

http://archives.postgresql.org/pgsql-bugs/2004-08/msg00086.php

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Meskes 2004-08-15 13:58:25 Re: BUG #1214: ecpg regression in 8.0.0beta1
Previous Message Jim J. 2004-08-14 22:22:56 Configure error Beta 8.0.0

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2004-08-15 03:05:41 stats collector dies in current
Previous Message Bruce Momjian 2004-08-15 00:56:20 Re: DROP TABLESPACE causes panic during recovery