initdb: he_IL is not a valid backend encoding name

Started by Ben-Nes Michaelover 23 years ago2 messagesgeneral
Jump to latest
#1Ben-Nes Michael
miki@canaan.co.il

Hi All

any one has idea why i cant run

initdb -D testing_locale -E hebrew testing_locale/
initdb: hebrew is not a valid backend encoding name

in the locale i do have hebrew / he_IL
RH7.2

Thanks

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Ben-Nes Michael (#1)
Re: initdb: he_IL is not a valid backend encoding name

"Ben-Nes Michael" <miki@canaan.co.il> writes:

any one has idea why i cant run
initdb -D testing_locale -E hebrew testing_locale/
initdb: hebrew is not a valid backend encoding name

in the locale i do have hebrew / he_IL

Locale and encoding are not at all the same thing.

I don't know offhand which character set you need to support Hebrew.
Unicode would work, but maybe there's an ISO8859 set that will do.

regards, tom lane