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 2017/02/09 16:51:02 UTC

incubator-hawq-docs git commit: Removing erroneous targettype parameter

Repository: incubator-hawq-docs
Updated Branches:
  refs/heads/develop ab49891f4 -> 10938ae6a


Removing erroneous targettype parameter


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

Branch: refs/heads/develop
Commit: 10938ae6a3ac1b71f22b02ebb0245c0eb4cd6bda
Parents: ab49891
Author: Jane Beckman <jb...@pivotal.io>
Authored: Thu Feb 9 08:50:56 2017 -0800
Committer: David Yozie <yo...@apache.org>
Committed: Thu Feb 9 08:50:56 2017 -0800

----------------------------------------------------------------------
 markdown/reference/sql/DROP-CONVERSION.html.md.erb | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/10938ae6/markdown/reference/sql/DROP-CONVERSION.html.md.erb
----------------------------------------------------------------------
diff --git a/markdown/reference/sql/DROP-CONVERSION.html.md.erb b/markdown/reference/sql/DROP-CONVERSION.html.md.erb
index a7ac247..76d1d1f 100644
--- a/markdown/reference/sql/DROP-CONVERSION.html.md.erb
+++ b/markdown/reference/sql/DROP-CONVERSION.html.md.erb
@@ -41,9 +41,6 @@ DROP CONVERSION [IF EXISTS] <name> [CASCADE | RESTRICT]
 <dt>\<name\>   </dt>
 <dd>The name of the conversion.  The conversion name may be schema-qualified.</dd>
 
-<dt>\<targettype\>   </dt>
-<dd>The name of the target data type of the cast to be removed.</dd>
-
 <dt>CASCADE</dt>
 <dt>RESTRICT</dt>
 <dd>These keywords have no effect since there are no dependencies on conversions.</dd>