Skip to content

Commit

Permalink
added usage to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PostgreSQL administrator committed Sep 15, 2020
1 parent 43cfcb0 commit 0fd6a3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/amcheck_indexes.sql
@@ -1,3 +1,5 @@
--usage: psql -t -c "select datname from pg_database where datname not in ('template0', 'template1') order by pg_database_size(datname)" | xargs -I {} sh -c 'echo {}; psql -d {} -f ~/stuff/sql/amcheck_indexes.sql'

\set ECHO errors
\set QUIET on
\timing off
Expand Down

0 comments on commit 0fd6a3b

Please sign in to comment.