Add client role
diff --git a/README.rst b/README.rst
index 1a27053..6685805 100644
--- a/README.rst
+++ b/README.rst
@@ -271,6 +271,32 @@
name: repuser
password: password
+Client
+------
+
+.. code-block:: yaml
+
+ postgresql:
+ client:
+ server:
+ server01:
+ admin:
+ host: database.host
+ port: 5432
+ user: root
+ password: password
+ database:
+ mydb:
+ enabled: true
+ encoding: 'UTF8'
+ locale: 'en_US'
+ users:
+ - name: test
+ password: test
+ host: localhost
+ createdb: true
+ rights: all privileges
+
Sample usage
============