Thread: ALTER TABLE... OWNER bugette

ALTER TABLE... OWNER bugette

From
"Dave Page"
Date:
In a 7.3 dev test database, I have a table called msysconf in a schema
called biblio. If I execute:

ALTER TABLE biblio.msysconf OWNER TO dpage

I get:

ERROR:  msysconf_idx is an index relation

There is an index with this name on the table.

Any ideas?

Regards, Dave.