vacuum - remove duplicate sentence

Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/commit/2cc9b024
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/2cc9b024
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/2cc9b024

Branch: refs/heads/master
Commit: 2cc9b02419ec7ac26a326f5a4f7d115f016ab26f
Parents: da84fa8
Author: Lisa Owen <[email protected]>
Authored: Tue Sep 27 13:26:05 2016 -0700
Committer: Lisa Owen <[email protected]>
Committed: Tue Sep 27 13:26:05 2016 -0700

----------------------------------------------------------------------
 datamgmt/BasicDataOperations.html.md.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/2cc9b024/datamgmt/BasicDataOperations.html.md.erb
----------------------------------------------------------------------
diff --git a/datamgmt/BasicDataOperations.html.md.erb 
b/datamgmt/BasicDataOperations.html.md.erb
index 6c3323c..66328c7 100644
--- a/datamgmt/BasicDataOperations.html.md.erb
+++ b/datamgmt/BasicDataOperations.html.md.erb
@@ -44,7 +44,7 @@ To insert large amounts of data, use external tables or the 
`COPY` command. Thes
 
 Only HAWQ system catalog tables use multiple version concurrency control. 
Deleted or updated data rows in the catalog tables occupy physical space on 
disk even though new transactions cannot see them. Periodically running the 
`VACUUM` command removes these expired rows. 
 
-Periodically running the `VACUUM` command on system catalog tables removes 
these expired rows. The `VACUUM` command also collects table-level statistics 
such as the number of rows and pages.
+The `VACUUM` command also collects table-level statistics such as the number 
of rows and pages.
 
 For example:
 

Reply via email to