Re: Problem creating index

From: Florian Weimer <fweimer(at)redhat(dot)com>
To: Torello Querci <tquerci(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem creating index
Date: 2013-08-26 15:59:54
Message-ID: 521B7B7A.90908@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Torello Querci 2013-08-26 16:03:45 Re: Problem creating index
Previous Message Igor Neyman 2013-08-26 15:09:37 Re: Is there any method to limit resource usage in PG?