Re: Can't CREATE INDEX on a schema?

From: Frank Wiles <frank(at)wiles(dot)org>
To: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Can't CREATE INDEX on a schema?
Date: 2003-10-15 18:19:52
Message-ID: 20031015131952.64c9d822.frank@wiles.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 15 Oct 2003 14:54:43 -0300 (ADT)
"Marc G. Fournier" <scrappy(at)hub(dot)org> wrote:

>
> 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
>
>
> ---------------------------(end of
> broadcast)--------------------------- TIP 9: the planner will ignore
> your desire to choose an index scan if your
> joining column's datatypes do not match
>

It works if you leave the period out of the index name. Not sure
why it errors, but if you replace the period with an underscore
it'll create.

---------------------------------
Frank Wiles <frank(at)wiles(dot)org>
http://frank.wiles.org
---------------------------------

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Conway 2003-10-15 18:28:15 Re: Can't CREATE INDEX on a schema?
Previous Message Marc G. Fournier 2003-10-15 17:54:43 Can't CREATE INDEX on a schema?