Github user dyozie commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq-docs/pull/68#discussion_r91202127
  
    --- Diff: admin/monitor.html.md.erb ---
    @@ -181,7 +181,8 @@ $ hawq ssh -f seg_host_log_file
     Use HAWQ's administrative schema *hawq\_toolkit* to query the system 
catalogs, log files, and operating environment for system status information. 
The `hawq_toolkit` schema contains several views you can access using SQL 
commands. The *hawq\_toolkit* schema is accessible to all database users. Some 
objects require superuser permissions. Use a command similar to the following 
to add the *hawq\_toolkit* schema to your schema search path:
     
     ```sql
    -=> ALTER ROLE myrole SET search_path TO myschema,hawq_toolkit;
    +=>SET ROLE gpadmin
    +=>SET search_path TO myschema, hawq_toolkit
    --- End diff --
    
    Still need to add semicolons after these commands.  Also, can you verify 
that you can specify the role names as you've shown them here?  The reference 
page uses single quotes to designate the role name.


---
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