Hi,
an index can be INVALID (pg_index.indisvalid=false).
I want to temporarily disable an index so that it won't be used to
access data but will still be updated.
Can I simply set pg_index.indisvalid=false and later turn it true again?
Thanks,
Torsten