can we create index/constraints in different schema

Поиск
Список
Период
Сортировка
От navneet nikku
Тема can we create index/constraints in different schema
Дата
Msg-id CAO9ZjbtFe8f7xCZVEF_E_ZaY-fweA6Hj2p6iCxAXBXY0c_ExHQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: can we create index/constraints in different schema  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
Hi,
   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?

Thanks 
Navneet

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: ERROR: tuple concurrently updated when modifying privileges
Следующее
От: Edgy Hacker
Дата:
Сообщение: Re: Tab completion for CREATE TYPE