Re: [SQL] Index on date_trunc

From: Herouth Maoz <herouth(at)oumail(dot)openu(dot)ac(dot)il>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] Index on date_trunc
Date: 1999-05-03 14:31:12
Message-ID: l03130307b3536376f4d6@[147.233.159.109]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

At 16:52 +0300 on 03/05/1999, Tom Lane wrote:

> Good thought, but it doesn't actually work, as you'll find as soon
> as there are any entries in the table:
>
> insert into test values ('1999-08-01 10:15');
> ERROR: SQL-language function not supported in this context.

Argh. Chastisement taken. But it really ought to have said that when I
tried creating the index, oughtn't it? :)

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Joerg Fischer 1999-05-03 14:35:30 Re: [SQL] No DIVIDE Operator
Previous Message Herouth Maoz 1999-05-03 14:27:25 Re: [SQL] Slow Inserts Again