Created
July 31, 2014 13:27
-
-
Save bcambel/3d42c927f09b0c600a46 to your computer and use it in GitHub Desktop.
Stop index operations in Postgres
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| indisready = false | |
| update pg_index set indisvalid = false where indexrelid = 'test_pkey'::regclass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment