@@ -38,43 +38,3 @@ HostCharset 192.168.2.3-192.168.2.7 alt
38
38
39
39
# This is exeption from previous rule!
40
40
HostCharset 192.168.2.4 win
41
- #
42
- # Example PostgreSQL charsets control file.
43
- #
44
- # Should be placed in $PG_DATA directory.
45
- #
46
- # On the fly recoding charsets, based on client's IP address.
47
- # For example: koi8-u (koi) <-> cp1251 (win) <-> cp866 (alt)
48
- #
49
-
50
- # Base charset for backend
51
- # Most Unices use koi8-r(u) as base charset. But Solaris
52
- # use iso8859-5 and some networkless workstations use cp866.
53
- BaseCharset koi
54
-
55
- # There are recode table definitions from base charset to
56
- # other. Table names are relative to $PG_DATA directory.
57
- # Tables are taken from Russian Apache <http://apache.lexa.ru>.
58
- RecodeTable koi alt koi-alt.tab
59
- RecodeTable koi win koi-win.tab
60
- RecodeTable koi iso koi-iso.tab
61
- RecodeTable koi koi koi-koi.tab
62
- RecodeTable alt win othertabs/alt-win.tab
63
- RecodeTable alt koi othertabs/alt-koi.tab
64
- RecodeTable iso koi othertabs/iso-koi.tab
65
-
66
- # Local loopback
67
- HostCharset 127.0.0.1 koi
68
-
69
- # Yet another Unix (maybe ;)
70
- HostCharset 192.168.0.1 koi
71
-
72
- # There are Windows on 192.168.1.64 through 192.168.1.95
73
- HostCharset 192.168.1.64/27 win
74
-
75
- # There are cp866 (alt) systems on 192.168.2.3 through
76
- # 192.168.2.7 (exept 192.168.2.4 - see below)
77
- HostCharset 192.168.2.3-192.168.2.7 alt
78
-
79
- # This is exeption from previous rule!
80
- HostCharset 192.168.2.4 win
0 commit comments