From: | Markus Bertheau <twanger(at)bluetwanger(dot)de> |
---|---|
To: | Phil Seretti <phil(at)postsoundcorp(dot)com> |
Cc: | pgsql-novice(at)postgresql(dot)org |
Subject: | Re: Install or Bust - pgsql on Red Hat 9 |
Date: | 2004-01-30 22:42:48 |
Message-ID: | 1075502567.5065.3.camel@yarrow.bertheau.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
В Срд, 28.01.2004, в 06:06, Phil Seretti пишет:
> Following Red Hat's PostgreSQL Configuration instructions, here is my
> terminal dialog;
>
> [root(at)localhost user]# postmaster -i > logfile 2>&1 &
> [1] 2884
> [root(at)localhost user]# createdb -h localhost -E UNICODE mydb
> bash: createdb: command not found
> [1]+ Exit 127 postmaster -i
> >logfile 2>&1
on redhat just do
# /etc/init.d/postgresql start
then you can do
# su - postgres
# psql template1 postgres
and start adding users and creating databases and stuff.
--
Markus Bertheau <twanger(at)bluetwanger(dot)de>
From | Date | Subject | |
---|---|---|---|
Next Message | Derrick Betts | 2004-01-31 07:18:38 | Re: Emailing a list of users when a record is entered in the database. |
Previous Message | Michael J. Conroy | 2004-01-29 20:00:34 | "[" is a nuisance... |