Re: Problem creating index

Поиск
Список
Период
Сортировка
От Florian Weimer
Тема Re: Problem creating index
Дата
Msg-id 521B7B7A.90908@redhat.com
обсуждение исходный текст
Ответ на Problem creating index  (Torello Querci <tquerci@gmail.com>)
Ответы Re: Problem creating index
Список 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 по дате отправления:

Предыдущее
От: Igor Neyman
Дата:
Сообщение: Re: Is there any method to limit resource usage in PG?
Следующее
От: Torello Querci
Дата:
Сообщение: Re: Problem creating index