can we create index/constraints in different schema - Mailing list pgsql-hackers

From navneet nikku
Subject can we create index/constraints in different schema
Date
Msg-id CAO9ZjbtFe8f7xCZVEF_E_ZaY-fweA6Hj2p6iCxAXBXY0c_ExHQ@mail.gmail.com
Whole thread Raw
Responses Re: can we create index/constraints in different schema  (Michael Paquier <michael@paquier.xyz>)
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: Re: ERROR: tuple concurrently updated when modifying privileges
Next
From: Edgy Hacker
Date:
Subject: Re: Tab completion for CREATE TYPE