Comment 4 for bug 235379

Revision history for this message
Martin Pitt (pitti) wrote : Re: PostgreSQL 8.3 server package very incomplete (missing all of /var/lib/postgresql/8.3)

The cluster is not shipped in the package, but created by the package at installation time. The most common cause why this isn't working is that your locale settings are broken. Please do

  sudo dpkg -P postgresql-8.3 postgresql-client-8.3
  sudo apt-get install postgresql-8.3

and copy&paste the output of the latter command. Thanks!