I had created an index wrongly and now im trying to drop that index. Since the datas are large for my table, dropping index is taking lot of time. Is there any other way to drop the index quickly?
Thanks, Karthika
This question came from our site for professional and enthusiast programmers.
You could try
Note: This feature is not available before postgres 9.2.
| |||||||||||||
|
pg_stat_activity
– a_horse_with_no_name Sep 14 at 6:09