From 87b92c3a774b7c6d5ce9e2d901d9491153349d56 Mon Sep 17 00:00:00 2001 From: Christoph Wiechert Date: Mon, 30 Jan 2017 15:30:22 +0100 Subject: [PATCH] Doc: Add charset hint --- doc/04-Resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/04-Resources.md b/doc/04-Resources.md index a1be35831..e2a5c311b 100644 --- a/doc/04-Resources.md +++ b/doc/04-Resources.md @@ -25,6 +25,7 @@ to handle authentication and authorization, monitoring data or user preferences. | **username** | The username to use when connecting to the server. | | **password** | The password to use when connecting to the server. | | **dbname** | The database to use. | +| **charset** | The character set to use for the database connection. | #### Example