encoding warnings while intializing database.
От | Wes Sheldahl |
---|---|
Тема | encoding warnings while intializing database. |
Дата | |
Msg-id | c0a118d71003122317s731d2050m9e29de4566053eba@mail.gmail.com обсуждение исходный текст |
Ответы |
Re: encoding warnings while intializing database.
|
Список | pgsql-bugs |
Hi, I'm dutifully reporting some warnings I received when initializing a postgresql database. The command I ran was this: sudo -u postgres /opt/local/lib/postgresql84/bin/initdb -E UTF-8 -D /opt/local/var/db/postgresql84/defaultdb (I had tried before without the '-E UTF-8' option, but that failed completely with an encoding-related error.) This is OSX 10.4 (Tiger); postgresql version 8.4, installed via macports. here's the relevant part of the output: initializing dependencies ... ok creating system views ... ok loading system objects' descriptions ... ok creating conversions ... ok creating dictionaries ... ok setting privileges on built-in objects ... ok creating information schema ... ok vacuuming database template1 ... ok copying template1 to template0 ... WARNING: could not determine encoding for locale "en_US.US-ASCII": codeset is "US-ASCII" DETAIL: Please report this to <pgsql-bugs@postgresql.org>. WARNING: could not determine encoding for locale "en_US.US-ASCII": codeset is "US-ASCII" DETAIL: Please report this to <pgsql-bugs@postgresql.org>. ok copying template1 to postgres ... WARNING: could not determine encoding for locale "en_US.US-ASCII": codeset is "US-ASCII" DETAIL: Please report this to <pgsql-bugs@postgresql.org>. WARNING: could not determine encoding for locale "en_US.US-ASCII": codeset is "US-ASCII" DETAIL: Please report this to <pgsql-bugs@postgresql.org>. ok Otherwise, postgresql appears to be up and running. Thanks, -- Wes Sheldahl wes.sheldahl@gmail.com
В списке pgsql-bugs по дате отправления: