BUG #6593: REASSIGN OWNED fails on extensions

From: emiliano(dot)leporati(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6593: REASSIGN OWNED fails on extensions
Date: 2012-04-16 09:21:53
Message-ID: E1SJi89-0002Td-Fd@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 6593
Logged by: Emiliano Leporati
Email address: emiliano(dot)leporati(at)gmail(dot)com
PostgreSQL version: 9.1.2
Operating system: FreeBSD 9.0
Description:

Steps to reproduce:

postgres=# create database failtest;
CREATE DATABASE
postgres=# \c failtest
You are now connected to database "failtest" as user "ubik".
failtest=# create extension citext;
CREATE EXTENSION
failtest=# create table foo(bar integer);
CREATE TABLE
failtest=# reassign owned by ubik to dev;
ERROR: unexpected classid 3079
failtest=# select relname from pg_class where oid = 3079;
relname
--------------
pg_extension
(1 row)

failtest=#

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Kevin Grittner 2012-04-16 18:05:15 Re: BUG #6592: Return 10061 ($274D)
Previous Message Heikki Linnakangas 2012-04-16 08:17:31 Re: BUG #6591: pg_dump version not compatible