Re: Running Postgresql

From: Aarni Ruuhimäki <aarni(dot)ruuhimaki(at)kymi(dot)com>
To: "Bantamess" <bantamess(at)yahoo(dot)co(dot)uk>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Running Postgresql
Date: 2003-10-15 21:19:02
Message-ID: 200310160019.02732.aarni.ruuhimaki@kymi.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi, ( it's been a while from me, busy ... )

I have only and just my Shrike disks burned and a spare machine to play with,
not actually anything installed yet, so I'm not sure how things work with
9.0, be not too bold go on production with 2.6 ?, but rough guide lines here:

First, you will have to run initdb (as user postgres)

initdb -D /path/to/datadir/(owned by by postgres) -E (for encoding, perhaps
LATIN1 for umlauts to work and sort) -L
/default/onRH7.3/is/usr/local/pgsql/share/or/where/ever/postgres.bki/resides/

This will create your system / cluster.

Then, again as postgres, and by default,

/usr/local/pgsql/bin/postmaster -D /path/to/datadir/ -i(for port 5432 from
outside ?) -B (number of buffers) -N (number of connections allowed)

Hope this helps. Please swim for your smile through the docs ...

BR,

Aarni

On Wednesday 15 October 2003 19:15, you wrote:
> Hello
> I have RH9 installed and want to run Postgresql. When I enter rpm -qa |
> grep postgreql I get
> postgresql-libs-7.3.2-3
> postgresql-7.3.2-3
> postgresql-server-7.3.2-3
> I do not know how I can configure postgres so that I can use it!
> Can anybody help please?
> Bantamess
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

--
Aarni Ruuhimäki
Megative Tmi
KYMI.com

Pääsintie 26
45100 Kouvola
FINLAND

www.kymi.com / cfm.kymi.com

aarni(dot)ruuhimaki(at)kymi(dot)com / info(at)kymi(dot)com

+358-5-3755 035 / +358-50-4910 037
------------------------------------------------
Linux RedHat / KDE

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message christoph.dellavalle 2003-10-16 06:07:01 variable date precision
Previous Message Sebastian Riedel 2003-10-15 19:59:45 Re: SQL from PLPerl