Re: problem with upgrade from 6.5 -> 7.2 (fwd)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Robinton <michael(at)insulin-pumpers(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: problem with upgrade from 6.5 -> 7.2 (fwd)
Date: 2002-03-11 02:10:19
Message-ID: 6068.1015812619@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Michael Robinton <michael(at)insulin-pumpers(dot)org> writes:
> note that "name_server_serial_seq" appear to be identical
> However, when I attempt to update the database in 7.2 I get this error:
> DBD::Pg::st execute failed: ERROR: name_server_serial_seq.nextval: you
> don't have permissions to set sequence name_server_serial_seq

I forget what the default permissions were under 6.5, but under 7.0 and
later they're "no access except to owner". You will need to explicitly
GRANT access to that sequence.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Darren Ferguson 2002-03-11 03:35:22 Re: RE:REFERENCES
Previous Message Stephan Szabo 2002-03-11 02:03:18 Re: RE:REFERENCES