ALTER TABLE... OWNER bugette

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>
Subject: ALTER TABLE... OWNER bugette
Date: 2002-06-10 14:10:31
Message-ID: D85C66DA59BA044EB96AB9683819CF6101536F@dogbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2002-06-10 14:26:47 Re: Timestamp/Interval proposals: Part 2
Previous Message Tom Lane 2002-06-10 14:04:49 Re: Missing types in C header files