Comment 1 for bug 235379

Revision history for this message
Leonel Nunez (leonelnunez) wrote : Re: PostgreSQL 8.3 server package very incomplete (missing all of /var/lib/postgresql/8.3)

the guide talks about restarting the server with :

sudo /etc/init.d/postgresql-8.3 restart

that's because you can have installed on the same machine postgresql8.3 and postgresql8.2

you need to start your server with

/etc/init.d/postgresql-8.3 start

Leonel