How to see the details of indexes being used by a table? If I want to drop an
index, how can I do that?
>The choice of what your primary key is should arise from the schema
>design, not the frequency of queries. If you are querying columns
>other than the primary key, just add another index.
--
View this message in context: http://www.nabble.com/Modify-existing-index-tf3621688.html#a10114548
Sent from the PostgreSQL - general mailing list archive at Nabble.com.