Incorporate Comments 1
Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/9f533286 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/9f533286 Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/9f533286 Branch: refs/heads/master Commit: 9f533286ef0a6abfcb4041e203fa64e041abada2 Parents: f9544e4 Author: liu.yu <[email protected]> Authored: Thu Jun 14 17:58:46 2018 +0800 Committer: liu.yu <[email protected]> Committed: Thu Jun 14 17:58:46 2018 +0800 ---------------------------------------------------------------------- docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/9f533286/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc ---------------------------------------------------------------------- diff --git a/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc b/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc index 725bcea..0929d24 100644 --- a/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc +++ b/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc @@ -5242,7 +5242,7 @@ option is: | USERS [FOR ROLE role-name] | VIEWS [IN SCHEMA [catalog-name.]schema-name] | VIEWS ON TABLE [[catalog-name.]schema-name.]table-name - | PRIVILEGES FOR {USER database-username | ROLE role-name} + | PRIVILEGES FOR {USER | ROLE} authorization-id ``` [[get_syntax]] @@ -5347,7 +5347,7 @@ case-insensitive identifier. For more information, see <<case_insensitive_delimi displays the names of all the views in the catalog and schema of the current session. By default, the catalog is trafodion, and the schema is seabase. -* `VIEWS [IN SCHEMA _[catalog-name.]schema-name_` +* `VIEWS [IN SCHEMA _[catalog-name.]schema-name_]` + displays the names of all the views in the specified schema. For the _catalog-name_, you can specify only trafodion. @@ -5357,7 +5357,7 @@ displays the names of all the views that were created for the specified table. I catalog and schema names, get uses the catalog and schema of the current session. For the _catalog-name_, you can specify only trafodion. -* `PRIVILEGES FOR {USER _database-username_ | ROLE _role-name_}` +* `PRIVILEGES FOR {USER | ROLE} _authorization-id_` + displays all privileges for a specified user or role.
