В Срд, 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>