ALTER TABLE... OWNER bugette

Поиск
Список
Период
Сортировка
От Dave Page
Тема ALTER TABLE... OWNER bugette
Дата
Msg-id D85C66DA59BA044EB96AB9683819CF6101536F@dogbert.vale-housing.co.uk
обсуждение исходный текст
Список 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.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Missing types in C header files
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [SQL] Efficient DELETE Strategies