Re: list all indices

Поиск
Список
Период
Сортировка
От DaVinci
Тема Re: list all indices
Дата
Msg-id 20010719130403.A18648@fangorn.net
обсуждение исходный текст
Ответ на list all indices  (Ben-Nes Michael <miki@canaan.co.il>)
Список pgsql-general
On Thu, Jul 19, 2001 at 01:23:16PM +0300, Ben-Nes Michael wrote:
> How do I list all the indicies that I have in a db ?

 from psql:

     \di

 and from shell prompt:

     psql database -c '\di'

 Greets.

                         David

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

Предыдущее
От: Mark kirkwood
Дата:
Сообщение: Re: How Postgresql Compares For Query And Load Operations
Следующее
От: Mark kirkwood
Дата:
Сообщение: Re: How Postgresql Compares For Query And Load Operations