Re: Problem creating index - Mailing list pgsql-general

From Florian Weimer
Subject Re: Problem creating index
Date
Msg-id 521B7B7A.90908@redhat.com
Whole thread Raw
In response to Problem creating index  (Torello Querci <tquerci@gmail.com>)
Responses Re: Problem creating index  (Torello Querci <tquerci@gmail.com>)
List pgsql-general
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


pgsql-general by date:

Previous
From: Igor Neyman
Date:
Subject: Re: Is there any method to limit resource usage in PG?
Next
From: Torello Querci
Date:
Subject: Re: Problem creating index