Re: Install or Bust - pgsql on Red Hat 9 - Mailing list pgsql-novice

From Markus Bertheau
Subject Re: Install or Bust - pgsql on Red Hat 9
Date
Msg-id 1075502567.5065.3.camel@yarrow.bertheau.de
Whole thread Raw
In response to Install or Bust - pgsql on Red Hat 9  ("Phil Seretti" <phil@postsoundcorp.com>)
List pgsql-novice
В Срд, 28.01.2004, в 06:06, Phil Seretti пишет:
> Following Red Hat's PostgreSQL Configuration instructions, here is my
> terminal dialog;
>
> [root@localhost user]# postmaster  -i > logfile 2>&1 &
> [1] 2884
> [root@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@bluetwanger.de>


pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Setting date and time
Next
From: Scott Taylor
Date:
Subject: Restore Dataset