Re: Why isn't it allowed to create an index in a schema other than public?

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: Why isn't it allowed to create an index in a schema other than public?
Дата
Msg-id 20061112161549.GB1586@svana.org
обсуждение исходный текст
Ответ на Re: Why isn't it allowed to create an index in a schema other than public?  (Jorge Godoy <jgodoy@gmail.com>)
Ответы Re: Why isn't it allowed to create an index in a schema other than public?  (Jorge Godoy <godoy@ieee.org>)
Список pgsql-general
On Sun, Nov 12, 2006 at 01:38:30PM -0200, Jorge Godoy wrote:
> Chris Mair <chrisnospam@1006.org> writes:
>
> > Just say
> >     create index testing123_index on testing.testing123 (otherthing);
> > and you'll otain exactly what you want (see below).
> >
> > Bye, Chris.
>
> I know I can workaround such debilitation.  What I wanted to know is if
> there's some reason (such as performance gain, for example) for that
> decision.

I think his point was that the index is always in the same schema as
the table itself. It states this quite clearly in the documentation. So
what exactly is the debilitation? It seems to be doing exactly what you
want.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Вложения

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

Предыдущее
От: Jorge Godoy
Дата:
Сообщение: Re: Why isn't it allowed to create an index in a schema other than public?
Следующее
От: Chris Mair
Дата:
Сообщение: Re: Why isn't it allowed to create an index in a schema