Skip to content

Instantly share code, notes, and snippets.

@bcambel
Created July 31, 2014 13:27
Show Gist options
  • Select an option

  • Save bcambel/3d42c927f09b0c600a46 to your computer and use it in GitHub Desktop.

Select an option

Save bcambel/3d42c927f09b0c600a46 to your computer and use it in GitHub Desktop.
Stop index operations in Postgres
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