Can't CREATE INDEX on a schema?

From: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Can't CREATE INDEX on a schema?
Date: 2003-10-15 17:54:43
Message-ID: 20031015145404.L69150@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


or am I doing it wrong?

ams=# create index company_00001.traffic_ip on company_00001.traffic using btree ( ip_id ) ;
ERROR: parser: parse error at or near "." at character 27

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Frank Wiles 2003-10-15 18:19:52 Re: Can't CREATE INDEX on a schema?
Previous Message Tom Lane 2003-10-15 15:51:26 Re: postgres --help-config