Re: A question on PSQL 8.3 setup

From: "Daniel Verite" <daniel(at)manitou-mail(dot)org>
To: "Jong Chun Park" <joumon(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: A question on PSQL 8.3 setup
Date: 2009-07-23 12:45:53
Message-ID: 377599e8-c67e-4891-b36b-3d0ee71b93a6@mm
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2009-07-23 12:50:18 Re: comparing NEW and OLD (any good this way?)
Previous Message Andreas Wenk 2009-07-23 12:24:35 Re: comparing NEW and OLD (any good this way?)