From 205f30eedd6ca8f875f06796ef9a06d7ffacbf20 Mon Sep 17 00:00:00 2001 From: Chuck Litzell Date: Wed, 28 Nov 2018 17:51:50 -0600 Subject: [PATCH] docs - revise doc for create trusted protocol (#6357) --- gpdb-doc/dita/ref_guide/sql_commands/CREATE_PROTOCOL.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gpdb-doc/dita/ref_guide/sql_commands/CREATE_PROTOCOL.xml b/gpdb-doc/dita/ref_guide/sql_commands/CREATE_PROTOCOL.xml index 7290ac268e..a02210ef00 100644 --- a/gpdb-doc/dita/ref_guide/sql_commands/CREATE_PROTOCOL.xml +++ b/gpdb-doc/dita/ref_guide/sql_commands/CREATE_PROTOCOL.xml @@ -31,7 +31,10 @@ TRUSTED - A noise word. + If not specified, only superusers and the protocol owner can create external + tables using the protocol. If specified, superusers and the protocol owner + can GRANT permissions on the protocol to other database + roles. @@ -87,7 +90,8 @@ See Also

, ,

+ href="DROP_PROTOCOL.xml#topic1"/>,

-- GitLab