If I'm dropping and re-creating a Postgres table that is indexed, will the index still exist?
Do I need to drop and re-index the table after re-creating it or do I just need to re-create the index on the new table and leave the cleaning up of the old index to Postgres?