]> git.pld-linux.org Git - packages/postgresql.git/blobdiff - postgresql.sysconfig
- more things, reminder about password etc
[packages/postgresql.git] / postgresql.sysconfig
index c7cfa268335c8d5db93dcb16bf936f4e50017e5b..b006111331efa7bc6ab87ebdfe1903b4ecd7bfcc 100644 (file)
@@ -33,3 +33,25 @@ POSTGRES_DISABLE_FSYNC=no
 
 # Where postmaster output is redirected
 POSTGRES_LOG=/var/log/pgsql
+
+# Default database chcaracter encoding
+# Avaible character sets:
+#
+# Encoding     | Description
+# --------------------------------------------------------------
+# SQL_ASCII    | ASCII
+# EUC_JP       | Japanese EUC
+# EUC_CN       | Chinese EUC
+# EUC_KR       | Korean EUC
+# EUC_TW       | Taiwan EUC
+# UNICODE      | Unicode(UTF-8)
+# MULE_INTERNAL | Mule internal
+# LATIN1       | ISO 8859-1 English and some European languages
+# LATIN2       | ISO 8859-2 English and some European languages
+# LATIN3       | ISO 8859-3 English and some European languages
+# LATIN4       | ISO 8859-4 English and some European languages
+# LATIN5       | ISO 8859-5 English and some European languages
+# KOI8         | KOI8-R
+# WIN          | Windows CP1251
+# ALT          | Windows CP866                 
+ENCODING=UNICODE
\ No newline at end of file
This page took 0.046086 seconds and 4 git commands to generate.