ltree installation error

Поиск
Список
Период
Сортировка
От Iuri Sampaio
Тема ltree installation error
Дата
Msg-id 59d6a8dc0712181928w5735e9e9nf0352e08801e2073@mail.gmail.com
обсуждение исходный текст
Ответы Re: ltree installation error  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Hi all,

I've got a fatal error when i try to start postgresql service.
I debugged my scripts and the error came up right after i ran the followed
ltree installation script.
It was an attempt to install ltree on my postgresql-8.2.4

Here it's the bash commmand script:
# Install ltree
su - postgres -c "cd /usr/local/src/postgresql-8.2.4/contrib/ltree && make
install"
su - postgres -c "psql -U postgres -f ltree.sql template1"



here it's the log at the server.log

LOG:  database system was shut down at 2007-12-19 00:19:26 EST
LOG:  checkpoint record is at 0/42C424
LOG:  redo record is at 0/42C424; undo record is at 0/0; shutdown TRUE
LOG:  next transaction ID: 0/593; next OID: 10820
LOG:  next MultiXactId: 1; next MultiXactOffset: 0
LOG:  database system is ready
LOG:  received fast shutdown request
LOG:  shutting down
LOG:  database system is shut down
FATAL:  invalid value for parameter "lc_messages": "en_CA.UTF-8"





does anyone have any idea what could be wrong?
it seems my debian distro doesn;t suport  UTF-8 messages.
my box is debian etch 4. postgresql 8.2.4

regards,
iuri

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: BUG #3826: Very Slow Execution of examplequery (wrong plan?)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ltree installation error