From 39b8ae1b3122500560119b8e8bddf64af8c04df9 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 18 Apr 2015 18:42:26 -0700 Subject: [PATCH] logical/postgers: update docs properly --- builtin/logical/postgresql/path_roles.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/logical/postgresql/path_roles.go b/builtin/logical/postgresql/path_roles.go index b32cbc115..df10c7f65 100644 --- a/builtin/logical/postgresql/path_roles.go +++ b/builtin/logical/postgresql/path_roles.go @@ -89,7 +89,7 @@ by "{{" and "}}" to be replaced. Example of a decent SQL query to use: - CREATE ROLE {{name}} WITH + CREATE ROLE "{{name}}" WITH LOGIN PASSWORD '{{password}}' VALID UNTIL '{{expiration}}';