Re: indices and casts

From: Rosser Schwarz <rosser(dot)schwarz(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: indices and casts
Date: 2004-10-11 22:48:46
Message-ID: 37d451f7041011154870ebdf34@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

while you weren't looking, Tom Lane wrote:

> CREATE INDEX name ON table USING btree((column::date))

Nested parens. D'oh.

It actually occurred to me to wonder if that might be the fix. But I
thought, nah, too easy.

Thanks once again, Tom.

/rls

--
:wq

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Ramiro Batista da Luz 2004-10-12 00:50:57
Previous Message Tom Lane 2004-10-11 22:32:04 Re: indices and casts