Skip to content

Instantly share code, notes, and snippets.

@afarid
Created September 4, 2021 12:47
Show Gist options
  • Select an option

  • Save afarid/460ec51a3f74c654283c291db2875503 to your computer and use it in GitHub Desktop.

Select an option

Save afarid/460ec51a3f74c654283c291db2875503 to your computer and use it in GitHub Desktop.
posgresql-admin-commands
## track index creation/re-indexing (available since version 12)
```
postgres=# select * from pg_stat_progress_create_index;
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment