]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- default unicode encoding on initdb.
authorserek <serek@pld-linux.org>
Sat, 17 May 2003 00:56:52 +0000 (00:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.init -> 1.51

postgresql.init

index fb87847f7251d2d4d66bed23c40f977fd2bf4600..4bb69c24ecd6034a90304d3d38c097bd6b645ee5 100644 (file)
@@ -220,7 +220,7 @@ case "$action" in
                        mkdir -p $pgdir
                        chmod 700 $pgdir
                        chown postgres.postgres $pgdir
-                       TMPDIR=/tmp su - postgres -s /bin/sh -c "initdb -D $pgdir"
+                       TMPDIR=/tmp su - postgres -s /bin/sh -c "initdb -E UNICODE -D $pgdir"
                fi
        done
        echo $(nls "REMEMBER to setup password for user \"postgres\"")'!'
This page took 0.090809 seconds and 4 git commands to generate.