Repository: incubator-hawq Updated Branches: refs/heads/master 982c077a3 -> c89e43494
HAWQ-1465. Disable alter schema help doc Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/c89e4349 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/c89e4349 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/c89e4349 Branch: refs/heads/master Commit: c89e434942270accf10e38ae5e1d7782679ab786 Parents: 982c077 Author: ztao1987 <[email protected]> Authored: Mon May 15 09:51:17 2017 +0800 Committer: ztao1987 <[email protected]> Committed: Tue May 16 08:07:36 2017 +0800 ---------------------------------------------------------------------- doc/src/sgml/ref/alter_schema.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/c89e4349/doc/src/sgml/ref/alter_schema.sgml ---------------------------------------------------------------------- diff --git a/doc/src/sgml/ref/alter_schema.sgml b/doc/src/sgml/ref/alter_schema.sgml index 2ce1010..e869592 100755 --- a/doc/src/sgml/ref/alter_schema.sgml +++ b/doc/src/sgml/ref/alter_schema.sgml @@ -11,7 +11,7 @@ PostgreSQL documentation <refnamediv> <refname>ALTER SCHEMA</refname> - <refpurpose>change the definition of a schema</refpurpose> + <refpurpose>change the definition of a schema, which is not supported yet</refpurpose> </refnamediv> <indexterm zone="sql-alterschema">
