Fixed docs reST formatting
In Japanese too! ツ
This commit is contained in:
@ -382,21 +382,19 @@ WARNING: the table "tbl" already has a trigger called repack_trigger
|
||||
You can remove all the temporary objects by dropping and re-creating the
|
||||
extension: see the installation_ section for the details.
|
||||
|
||||
ERROR: Another pg_repack command may be running on the table. Please try again
|
||||
later.
|
||||
|
||||
There is a chance of deadlock when two concurrent pg_repack commands are run
|
||||
on the same table. So, try to run the command after some time.
|
||||
ERROR: Another pg_repack command may be running on the table. Please try again later.
|
||||
There is a chance of deadlock when two concurrent pg_repack commands are
|
||||
run on the same table. So, try to run the command after some time.
|
||||
|
||||
WARNING: Cannot create index "schema"."index_xxxxx", already exists
|
||||
DETAIL: An invalid index may have been left behind by a previous pg_repack on
|
||||
the table which was interrupted. Please use DROP INDEX "schema"."index_xxxxx"
|
||||
to remove this index and try again.
|
||||
DETAIL: An invalid index may have been left behind by a previous pg_repack
|
||||
on the table which was interrupted. Please use DROP INDEX
|
||||
"schema"."index_xxxxx" to remove this index and try again.
|
||||
|
||||
A temporary index apparently created by pg_repack has been left behind, and
|
||||
we do not want to risk dropping this index ourselves. If the index was in
|
||||
fact created by an old pg_repack job which didn't get cleaned up, you
|
||||
should just use DROP INDEX and try the repack command again.
|
||||
A temporary index apparently created by pg_repack has been left behind, and
|
||||
we do not want to risk dropping this index ourselves. If the index was in
|
||||
fact created by an old pg_repack job which didn't get cleaned up, you
|
||||
should just use DROP INDEX and try the repack command again.
|
||||
|
||||
|
||||
Restrictions
|
||||
|
Reference in New Issue
Block a user