I am using a 7.3.4.
just simple questions ;=)
1.when I launch a vacuum verbose analyze on my database. Does it re-cretae all the indexes of each table ?
2.In addition to the vacuum, do I have to re-index my database using REINDEX
3.Is REINDEX only used for created corrupt indexes (as I understood from 7.3 documentation) or can it be used to re-index a database or a table (as I understood from documentation for 7.4)
Thank you for your help.