Commit 5a063fd5 by Michael DeHaan

Merge pull request #3816 from DanLovesProofs/fix-docs

Brings postgresql_db examples in line with documentation.
parents 4d1f4479 bda2ce6f
......@@ -90,12 +90,12 @@ author: Lorin Hochstein
EXAMPLES = '''
# Create a new database with name "acme"
- postgresql_db: db=acme
- postgresql_db: name=acme
# Create a new database with name "acme" and specific encoding and locale
# settings. If a template different from "template0" is specified, encoding
# and locale settings must match those of the template.
- postgresql_db: db=acme
- postgresql_db: name=acme
encoding='UTF-8'
lc_collate='de_DE.UTF-8'
lc_ctype='de_DE.UTF-8'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment