summaryrefslogtreecommitdiff
path: root/database
diff options
context:
space:
mode:
Diffstat (limited to 'database')
-rw-r--r--database/postgresql/postgresql_db.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/database/postgresql/postgresql_db.py b/database/postgresql/postgresql_db.py
index 762cb65e..cca41963 100644
--- a/database/postgresql/postgresql_db.py
+++ b/database/postgresql/postgresql_db.py
@@ -69,11 +69,6 @@ options:
- Encoding of the database
required: false
default: null
- encoding:
- description:
- - Encoding of the database
- required: false
- default: null
lc_collate:
description:
- Collation order (LC_COLLATE) to use in the database. Must match collation order of template database unless C(template0) is used as template.