Re: CreateUser error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: jonathan harvey <jonathanharv(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: CreateUser error
Date: 2006-05-31 15:23:30
Message-ID: 12664.1149089010@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

jonathan harvey <jonathanharv(at)yahoo(dot)com> writes:
> I am trying to get PostgreSQL 8.1.4 up and running on fedora core 5.

Have you started the service? If "ps auxww | grep postgres" doesn't
show some postgres-owned processes, you need

sudo /sbin/service postgresql start

You probably also want

sudo /sbin/chkconfig postgresql on

but that just fixes things so that future reboots will automatically
start the database, it doesn't make it run now.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John DeSoi 2006-05-31 15:24:40 Re: Lossy character conversion to Latin-1
Previous Message Philippe Lang 2006-05-31 15:20:17 Re: PGSQL 7.4 -> 8.1 migration & performance problem