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?
--
Florian Weimer / Red Hat Product Security Team