Re: Problem creating index

From: Torello Querci <tquerci(at)gmail(dot)com>
To: Florian Weimer <fweimer(at)redhat(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem creating index
Date: 2013-08-26 16:03:45
Message-ID: CA+igE6RQ1Lx31oqAtS7qO6tb3Vf50YAqEzDjgVFYNf2OHf9wtg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2013/8/26 Florian Weimer <fweimer(at)redhat(dot)com>

> On 08/26/2013 04:27 PM, Torello Querci wrote:
>
>> Create index statement that I use is:
>>
>> CREATE INDEX dati_impianto_id_tipo_dato_id_**data_misurazione_idx
>> ON dati
>> USING btree
>> (impianto_id , tipo_dato_id , data_misurazione DESC);
>>
>
> What are the data types of these columns?
>
>
impianto_id -> integer
tipo_dato_id -> integer
data_misurazione -> date

The index was present in the database before I drop it since one about year
and half.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Luca Ferrari 2013-08-26 16:04:06 Re: Problem creating index
Previous Message Florian Weimer 2013-08-26 15:59:54 Re: Problem creating index