Options (9)
-h, --hostbooleanReindex a specific database using connection options
Example:
reindexdb {{database_name}} {{[-h|--host]}} {{hostname}} {{[-p|--port]}} {{port}} {{[-U|--username]}} {{username}}-p, --portbooleanReindex a specific database using connection options
Example:
reindexdb {{database_name}} {{[-h|--host]}} {{hostname}} {{[-p|--port]}} {{port}} {{[-U|--username]}} {{username}}-U, --usernamebooleanReindex a specific database using connection options
Example:
reindexdb {{database_name}} {{[-h|--host]}} {{hostname}} {{[-p|--port]}} {{port}} {{[-U|--username]}} {{username}}-a, --allbooleanReindex all databases
Example:
reindexdb {{[-a|--all]}}-t, --tablebooleanReindex a specific table in a database
Example:
reindexdb {{database_name}} {{[-t|--table]}} {{table_name}}-i, --indexbooleanReindex a specific index in a database
Example:
reindexdb {{database_name}} {{[-i|--index]}} {{index_name}}-S, --schemabooleanReindex a specific schema in a database
Example:
reindexdb {{database_name}} {{[-S|--schema]}} {{schema_name}}-v, --verbosebooleanReindex with verbose output
Example:
reindexdb {{database_name}} {{[-v|--verbose]}}-j, --jobsbooleanReindex a database using multiple parallel jobs
Example:
reindexdb {{database_name}} {{[-j|--jobs]}} {{number_of_jobs}}Examples (8)
Reindex a specific database
reindexdb database_nameReindex a specific database using connection options
Reindex all databases
reindexdb [-a|--all]Reindex a specific table in a database
reindexdb database_name [-t|--table] table_nameReindex a specific index in a database
reindexdb database_name [-i|--index] index_nameReindex a specific schema in a database
reindexdb database_name [-S|--schema] schema_nameReindex with verbose output
reindexdb database_name [-v|--verbose]Reindex a database using multiple parallel jobs
reindexdb database_name [-j|--jobs] number_of_jobsmade by @shridhargupta | data from tldr-pages