Try to repack all tables with pkey, not only the ones with ckey

This is consistent with --no-order not been required anymore.
This commit is contained in:
Daniele Varrazzo
2013-04-17 18:56:50 +01:00
parent b3304b8a69
commit 3d0b02c654
3 changed files with 8 additions and 5 deletions

View File

@ -120,9 +120,9 @@ SELECT * FROM tbl_with_dropped_toast;
-- do repack
--
\! pg_repack --dbname=contrib_regression --table=tbl_cluster
\! pg_repack --dbname=contrib_regression --table=tbl_badindex
\! pg_repack --dbname=contrib_regression
\! pg_repack --dbname=contrib_regression --table=tbl_cluster
--
-- after