diff options
Diffstat (limited to 'README.postgresql')
-rw-r--r-- | README.postgresql | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/README.postgresql b/README.postgresql index a3ea368..08f95b0 100644 --- a/README.postgresql +++ b/README.postgresql @@ -29,7 +29,11 @@ Please execute these steps before starting muggle the first time: 3. createuser XXX 4. createdb GiantDisc -where XXX is the user name vdr is running under, normally vdr +where XXX is the user name vdr is running under, normally vdr. +You may want to define the database encoding as UTF8, see +http://www.postgresql.org/docs/8.3/interactive/multibyte.html. +This is not strictly necessary - postgresql will otherwise +convert data between server and client automatically. Everything else will be done by muggle. |