logical/postgers: update docs properly

This commit is contained in:
Mitchell Hashimoto 2015-04-18 18:42:26 -07:00
parent 6e10c415ef
commit 39b8ae1b31
1 changed files with 1 additions and 1 deletions

View File

@ -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}}';