create unique index schema.index_name on table (column)?

From: m0ntar3(at)cox(dot)net
To: pgsql-sql(at)postgresql(dot)org
Subject: create unique index schema.index_name on table (column)?
Date: 2004-09-11 20:42:46
Message-ID: 8rJ0d.57642$nk.2844@okepread05
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Is the syntax "schema_name.index_name" for create unique index wrong,
unsupported or what? I know is doesn't work as postgres kicks me back a
syntax error each time (version 7.3.2 & 7.4.5). -sigh-

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Michael Glaesemann 2004-09-12 05:48:38 Re: create unique index schema.index_name on table (column)?
Previous Message Doug McNaught 2004-09-11 13:55:42 Re: PL/pgSQL Function Problem