Enhancement proposal for psql: add a column to "\di+" to show index type

Started by Ivan Vorasalmost 10 years ago1 messagesgeneral
Jump to latest
#1Ivan Voras
ivoras@gmail.com

Hi,

As it says in the subject: if any developer is interested in doing so, I
think it is useful to see the index type in "\di+" output. The new column
could be named "using" to reflect the SQL statement. It would contain
entries such as "btree", "BRIN", "GIN", etc.