You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by yo...@apache.org on 2016/09/27 21:01:49 UTC

[4/8] incubator-hawq-docs git commit: add missing space

add missing space


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/3f283772
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/3f283772
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/3f283772

Branch: refs/heads/develop
Commit: 3f28377290794cb3f6ce64eea8b4094589cd92c1
Parents: b6dd137
Author: Lisa Owen <lo...@pivotal.io>
Authored: Fri Sep 23 11:44:37 2016 -0700
Committer: Lisa Owen <lo...@pivotal.io>
Committed: Fri Sep 23 11:44:37 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/3f283772/ddl/ddl-storage.html.md.erb
----------------------------------------------------------------------
diff --git a/ddl/ddl-storage.html.md.erb b/ddl/ddl-storage.html.md.erb
index 3e89d4f..264e552 100644
--- a/ddl/ddl-storage.html.md.erb
+++ b/ddl/ddl-storage.html.md.erb
@@ -62,7 +62,7 @@ The`DROP TABLE`command removes tables from the database. For example:
 DROP TABLE mytable;
 ```
 
-`DROP TABLE`always removes any indexes, rules, triggers, and constraints that exist for the target table. Specify `CASCADE`to drop a table that is referenced by a view. `CASCADE` removes dependent views.
+`DROP TABLE` always removes any indexes, rules, triggers, and constraints that exist for the target table. Specify `CASCADE`to drop a table that is referenced by a view. `CASCADE` removes dependent views.
 
 To empty a table of rows without removing the table definition, use `TRUNCATE`. For example: