You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by li...@apache.org on 2017/04/17 17:42:55 UTC

incubator-hawq-docs git commit: remove pgcrypto download reference

Repository: incubator-hawq-docs
Updated Branches:
  refs/heads/develop 6be57c3bf -> 5b3bda70a


remove pgcrypto download reference


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/commit/5b3bda70
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/5b3bda70
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/5b3bda70

Branch: refs/heads/develop
Commit: 5b3bda70a20222679698185a3bd4d2ae7c7da7ec
Parents: 6be57c3
Author: Lisa Owen <lo...@pivotal.io>
Authored: Mon Apr 17 10:42:36 2017 -0700
Committer: Lisa Owen <lo...@pivotal.io>
Committed: Mon Apr 17 10:42:36 2017 -0700

----------------------------------------------------------------------
 markdown/clientaccess/roles_privs.html.md.erb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/5b3bda70/markdown/clientaccess/roles_privs.html.md.erb
----------------------------------------------------------------------
diff --git a/markdown/clientaccess/roles_privs.html.md.erb b/markdown/clientaccess/roles_privs.html.md.erb
index 2675c75..e9e9aa2 100644
--- a/markdown/clientaccess/roles_privs.html.md.erb
+++ b/markdown/clientaccess/roles_privs.html.md.erb
@@ -154,9 +154,9 @@ Row-level or column-level access is not supported, nor is labeled security. Row-
 
 ## <a id="topic8"></a>Encrypting Data 
 
-PostgreSQL provides an optional package of encryption/decryption functions called `pgcrypto`, which can also be installed and used in HAWQ. The `pgcrypto` package is not installed by default with HAWQ. However, you can download a `pgcrypto` package from [Pivotal Network](https://network.pivotal.io). 
+PostgreSQL provides an optional package of encryption/decryption functions called `pgcrypto`, which you can enable in HAWQ.
 
-If you are building HAWQ from source files, then you should enable `pgcrypto` support as an option when compiling HAWQ.
+If you are building HAWQ from source, then you should enable `pgcrypto` support as an option when compiling HAWQ.
 
 The `pgcrypto` functions allow database administrators to store certain columns of data in encrypted form. This adds an extra layer of protection for sensitive data, as data stored in HAWQ in encrypted form cannot be read by users who do not have the encryption key, nor be read directly from the disks.