GitHub user ztao1987 opened a pull request:

    https://github.com/apache/incubator-hawq/pull/1240

    HAWQ-1465. Disable alter schema help doc

    testdb=# ALTER SCHEMA test1 owner to test1;
    ERROR: Cannot support alter schema owner statement yet
    testdb=# \h alter schema
    Command: ALTER SCHEMA
    Description: change the definition of a schema
    Syntax:
    ALTER SCHEMA name RENAME TO newname
    ALTER SCHEMA name OWNER TO newowner
    
    Disable this part of help doc

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ztao1987/incubator-hawq HAWQ-1465

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-hawq/pull/1240.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1240
    
----
commit b206088da631de52933d45d370df4d13e65c9cff
Author: ztao1987 <[email protected]>
Date:   2017-05-15T01:51:17Z

    HAWQ-1465. Disable alter schema help doc

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to