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
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
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
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;