Re: A question on PSQL 8.3 setup - Mailing list pgsql-general

From Daniel Verite
Subject Re: A question on PSQL 8.3 setup
Date
Msg-id 377599e8-c67e-4891-b36b-3d0ee71b93a6@mm
Whole thread Raw
In response to A question on PSQL 8.3 setup  (Jong Chun Park <joumon@gmail.com>)
List pgsql-general
    Jong Chun Park wrote:

> > sudo mkdir /home/pgsql
> > sudo mkdir /home/pgsql/data
> > sudo chown postgres /home/pgsql/data
> > sudo mkdir /home/pgsql/ts
> > sudo chown postgres /home/pgsql/ts
> > sudo su - postgres
> > initdb -D /home/pgsql/data
> > pg_ctl -D /home/pgsql/data -l logfile start

Can you issue as a superuser in psql:
 SHOW data_directory;
and check that the result is what you expect?

Also, are you using the ubuntu postgresql-8.3 package or a self-compiled
version?

Best regards,
--
Daniel
PostgreSQL-powered mail user agent and storage: http://www.manitou-mail.org

pgsql-general by date:

Previous
From: Andreas Wenk
Date:
Subject: Re: comparing NEW and OLD (any good this way?)
Next
From: Pavel Stehule
Date:
Subject: Re: comparing NEW and OLD (any good this way?)