psql: how to find out type of an index (hash, btree, ...)?

Поиск
Список
Период
Сортировка
От Michael Olivier
Тема psql: how to find out type of an index (hash, btree, ...)?
Дата
Msg-id 19990220050429.15328.rocketmail@send1e.yahoomail.com
обсуждение исходный текст
Список pgsql-sql
How can I tell in psql client what kind of index a particular index
is? Doing a \d indexname just says "index", not the kind (hash, btree,
...)

Created using, for instance:

    create index users_acctname on users(acctname)

Will this get me a btree?

thanks,
Michael
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

Предыдущее
От: Eric Lee Green
Дата:
Сообщение: ...
Следующее
От: Michael Olivier
Дата:
Сообщение: questions on interpreting the output of explain