1
我有一個運行在debian wheezy上的postgres 9.2數據庫。如果我在pgadmin中執行:postgres - 無法創建整理
CREATE COLLATION en (LOCALE = 'en_US.UTF-8')
我收到以下錯誤消息。
ERROR: could not create locale "en_US.UTF-8": Datei oder Verzeichnis nicht gefunden
DETAIL: The operating system could not find any locale data for the locale name "en_US.UTF-8".
我已經配置在該機器上的當地人並重新啓動Postgres的:
locale-gen en_US.UTF-8
Generating locales (this might take a while)...
de_DE.UTF-8... done
en_US.UTF-8... done
fr_FR.UTF-8... done
tr_TR.UTF-8... done
但錯誤依然存在。還有什麼我需要檢查?