Re: Get info about the index

Поиск
Список
Период
Сортировка
От Jon Zeppieri
Тема Re: Get info about the index
Дата
Msg-id CAKfDxxw=4Vax5Oq0apoAE=RkzNgHwvHzKX1ejE6z7n7_vtGBUQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Get info about the index  (Igor Korot <ikorot01@gmail.com>)
Список pgsql-general
On Sat, Jul 26, 2025 at 3:13 PM Igor Korot <ikorot01@gmail.com> wrote:
>
> I didn't find the sorting for the field.
>
> Can you help?

The pg_index_column_has_property() can provide this information. E.g.,

select pg_index_column_has_property('my_index'::regclass, 2, 'desc');



В списке pgsql-general по дате отправления: