Github user DaveBirdsall commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/845#discussion_r88993382 --- Diff: docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc --- @@ -135,7 +135,7 @@ Use these statements to register users, create roles, and grant and revoke privi | <<alter_user_statement,ALTER USER Statement>> | Changes attributes associated with a user who is registered in the database. | <<create_role_statement,CREATE ROLE Statement>> | Creates an SQL role. | <<drop_role_statement,DROP ROLE Statement>> | Deletes an SQL role. -| <<grant_statement,GRANT Statement>> | Grants access privileges on an SQL object to specified users or roles. +| <<grant_statement,GRANT Statement>> | Grants access privileges on an SQL object or an SQL objects' columns to specified users or roles. --- End diff -- Grammar nit: should be "object's" (since we are talking about the columns of one object, not several).
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---