can we create index/constraints in different schema

From: navneet nikku <navneetnikks(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: can we create index/constraints in different schema
Date: 2019-05-14 07:41:37
Message-ID: CAO9ZjbtFe8f7xCZVEF_E_ZaY-fweA6Hj2p6iCxAXBXY0c_ExHQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Edgy Hacker 2019-05-14 08:31:17 Re: Tab completion for CREATE TYPE
Previous Message Michael Paquier 2019-05-14 07:11:53 Re: ERROR: tuple concurrently updated when modifying privileges