"A. Kretschmer" <[EMAIL PROTECTED]> writes:
> am  Tue, dem 18.11.2008, um 11:25:16 -0300 mailte Gustavo Rosso folgendes:
>> banco=> create table tabla (x   integer);
>> NOTICE:  CREATE TABLE / UNIQUE will create implicit index 
>> "tabla_oid_idx" for table "tabla"
>> *ERROR:  must be owner of relation tabla*

> Which version?
> Apparently very old, since OID are deprecated for a long time.

There has never been any released version of PostgreSQL that
automatically created a unique index on OID.  What it looks like to me
is that Gustavo is running a version that contains some broken
third-party patches.

                        regards, tom lane

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to