I have a question concerning postgres-indices:
What "field" exactly is covered by an index? Is it correct, that indices are effective on columns? Does each field in the column then has an index? Is it correct, that all columns used in queries should have an index?
By comparison of seq-scan and idx-scan one can detect missing indices. What exactly is a missing index and how can they got lost?