Re: Installation - SuSE 9.0

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Stephen Salbod <ssalbod(at)pace(dot)edu>, pgsql-general(at)postgresql(dot)org
Subject: Re: Installation - SuSE 9.0
Date: 2004-04-22 05:37:24
Message-ID: 200404220737.24846.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Stephen Salbod wrote:
> I'm trying to get Postgresql to work on my laptop. Using YaST I
> installed the package. I examined the installation instructions, but
> could not make any sense of them. I'm coming from a Windows
> background. Even so, I could tell the instruction leave a lot to
> desire for a newbie. I started using the kconsole, I begin in my
> directory (/home/me). I feel I am missing something that every Linux
> user knows but a Windows user wouldn't, for example, what is a super
> user? My main question is how do I get Postgresql running. I want to
> learn it! Any help toward this goal shall be appreciated.

It should already be running if you installed via YaST. Try "psql -l"
to see if you can contact the server. Otherwise try
"/etc/init.d/postgresql start" as root. That script is a wrapper
around the postmaster and pg_ctl programs that you see referenced in
the documentation, so you should mentally substitute that when reading
about starting or stopping the server.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Priem, Alexander 2004-04-22 07:37:10 Re: Unicode problem ???
Previous Message Tom Lane 2004-04-22 05:17:42 Re: performance problem aftrer update from 7.1 to 7.4.2