Re: [BUGS] BUG #6593: REASSIGN OWNED fails on extensions

2012-07-03 Thread Emiliano Leporati
Nice, thank you ! on humble behalf of every dba / pg lover. On Tue, Jul 3, 2012 at 9:22 PM, Alvaro Herrera wrote: > > Excerpts from Alvaro Herrera's message of mié abr 18 12:02:25 -0300 2012: > > Excerpts from emiliano.leporati's message of lun abr 16 06:21:53 -0300 > 2012: > > > > > failtest=# c

Re: [BUGS] BUG #6593: REASSIGN OWNED fails on extensions

2012-07-03 Thread Alvaro Herrera
Excerpts from Alvaro Herrera's message of mié abr 18 12:02:25 -0300 2012: > Excerpts from emiliano.leporati's message of lun abr 16 06:21:53 -0300 2012: > > > failtest=# create extension citext; > > CREATE EXTENSION > > failtest=# create table foo(bar integer); > > CREATE TABLE > > failtest=# rea

Re: [BUGS] BUG #6593: REASSIGN OWNED fails on extensions

2012-04-18 Thread Alvaro Herrera
Excerpts from emiliano.leporati's message of lun abr 16 06:21:53 -0300 2012: > 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 Will fix. -- Álvaro Her

[BUGS] BUG #6593: REASSIGN OWNED fails on extensions

2012-04-16 Thread emiliano . leporati
The following bug has been logged on the website: Bug reference: 6593 Logged by: Emiliano Leporati Email address: emiliano.lepor...@gmail.com PostgreSQL version: 9.1.2 Operating system: FreeBSD 9.0 Description: Steps to reproduce: postgres=# create database failtest;