DESCRIBE_COMMUNITY_KEY
Retrieves the value of the security key so you can use it in a query.
Syntax
V_IDOL.DESCRIBE_COMMUNITY_KEY()
Example
This example retrieves the security key stored in the the Vertica database DFS:
=> SELECT V_IDOL.DESCRIBE_COMMUNITY_KEY();
describe_community_key
-----------------------------
123.144,564,231
(1 row)