From a4effefb33586ca73a07324470715b59abe80f1c Mon Sep 17 00:00:00 2001 From: Greg DeKoenigsberg Date: Wed, 13 May 2015 15:04:34 -0400 Subject: [PATCH] Adding author's github id --- database/vertica/vertica_facts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/vertica/vertica_facts.py b/database/vertica/vertica_facts.py index b7e0ac4ad5a..705b74a04f5 100644 --- a/database/vertica/vertica_facts.py +++ b/database/vertica/vertica_facts.py @@ -59,7 +59,7 @@ notes: and both C(ErrorMessagesPath = /opt/vertica/lib64) and C(DriverManagerEncoding = UTF-16) to be added to the C(Driver) section of either C(/etc/vertica.ini) or C($HOME/.vertica.ini). requirements: [ 'unixODBC', 'pyodbc' ] -author: Dariusz Owczarek +author: "Dariusz Owczarek (@dareko)" """ EXAMPLES = """