blob: 6ae38f86ead545bfde3fd62d53fe13c2f6dac61f (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install() {
cat <<EOF
You need to add following section to /etc/odbcinst.ini for the first time of installation:
[PostgreSQL Unicode]
Description=PostgreSQL Unicode
Driver=/usr/lib/psqlodbcw.so
UsageCount=1
EOF
}
|