Documentation updates for indexes-only mode.

Beena Emerson, with some additional cleanup from me.
This commit is contained in:
Josh Kupershmidt
2013-06-29 10:13:05 -04:00
parent 1e8ac21336
commit 1c82aaefd9
2 changed files with 53 additions and 12 deletions

View File

@ -264,7 +264,7 @@ main(int argc, char *argv[])
errmsg("cannot specify --index (-i) and --only-indexes (-x)")));
else if (only_indexes && !table_list.head)
ereport(ERROR, (errcode(EINVAL),
errmsg("cannot repack all indexes of database, specify the table with -t option")));
errmsg("cannot repack all indexes of database, specify the table(s) via --table (-t)")));
else if (alldb)
ereport(ERROR, (errcode(EINVAL),
errmsg("cannot repack specific index(es) in all databases")));