Debian PostgreSQL initdb i.e., . , . (, initdb), :
Take root privileges.
Run the following command:
pg_dropcluster --stop <version> main
For example:
pg_dropcluster --stop 8.3 main
Run the initdb with your options. For example:
pg_createcluster --locale de_DE.UTF-8 --start 8.3 main
!
, , , . . PostgreSQL, ( ).