logical/postgers: update docs properly
This commit is contained in:
parent
6e10c415ef
commit
39b8ae1b31
|
@ -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}}';
|
||||
|
|
Loading…
Reference in New Issue