Re: can we create index/constraints in different schema

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: can we create index/constraints in different schema
Дата
Msg-id 20190514083338.GB1376@paquier.xyz
обсуждение исходный текст
Ответ на can we create index/constraints in different schema  (navneet nikku <navneetnikks@gmail.com>)
Ответы Re: can we create index/constraints in different schema  (navneet nikku <navneetnikks@gmail.com>)
Список pgsql-hackers
On Tue, May 14, 2019 at 03:41:37AM -0400, navneet nikku wrote:
>    This is working in Oracle but not in postgresql 'CREATE INDEX
> client.test_1_idx
>   ON dbo.test_1 (name);'   . Can we implement this by another way?

No, it is not possible to define a schema with CREATE INDEX, and an
index gets located in the same schema as its depending table.
--
Michael

Вложения

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

Предыдущее
От: Edgy Hacker
Дата:
Сообщение: Re: Tab completion for CREATE TYPE
Следующее
От: navneet nikku
Дата:
Сообщение: Re: can we create index/constraints in different schema