Re: 7.2 to 7.4 upgrade issues

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Rod Taylor <rbt(at)rbt(dot)ca>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 7.2 to 7.4 upgrade issues
Date: 2003-06-27 19:59:42
Message-ID: Pine.LNX.4.44.0306272158430.5890-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Rod Taylor writes:

> psql:22.sql:2324: ERROR: dependent privileges exist (use CASCADE to
> revoke them too)
>
> Line 2324 is:
> REVOKE ALL ON TABLE sh2bill_action_action_id_seq FROM rbt;
>
> This user was the owner of of the sequence on the old database.

I'd need to see a complete and standalone example.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2003-06-27 20:43:30 Re: 7.2 to 7.4 upgrade issues
Previous Message Peter Eisentraut 2003-06-27 19:57:18 Re: CREATE TABLE AS ... EXECUTE