Re: Install or Bust - pgsql on Red Hat 9

Поиск
Список
Период
Сортировка
От Markus Bertheau
Тема Re: Install or Bust - pgsql on Red Hat 9
Дата
Msg-id 1075502567.5065.3.camel@yarrow.bertheau.de
обсуждение исходный текст
Ответ на Install or Bust - pgsql on Red Hat 9  ("Phil Seretti" <phil@postsoundcorp.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Setting date and time
Следующее
От: Scott Taylor
Дата:
Сообщение: Restore Dataset