Re: BUG #6593: REASSIGN OWNED fails on extensions - Mailing list pgsql-bugs

From Alvaro Herrera
Subject Re: BUG #6593: REASSIGN OWNED fails on extensions
Date
Msg-id 1334761288-sup-2254@alvh.no-ip.org
Whole thread Raw
In response to BUG #6593: REASSIGN OWNED fails on extensions  (emiliano.leporati@gmail.com)
Responses Re: BUG #6593: REASSIGN OWNED fails on extensions  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-bugs
Excerpts from emiliano.leporati's message of lun abr 16 06:21:53 -0300 2012:

> failtest=3D# create extension citext;
> CREATE EXTENSION
> failtest=3D# create table foo(bar integer);
> CREATE TABLE
> failtest=3D# reassign owned by ubik to dev;
> ERROR:  unexpected classid 3079

Will fix.

--=20
=C3=81lvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

pgsql-bugs by date:

Previous
From: Marc Balmer
Date:
Subject: Re: BUG #6595: can't remote access
Next
From: Robert Haas
Date:
Subject: Re: BUG #6572: The example of SPI_execute is bogus