Re: What packages I need to install to get Postgres working

Поиск
Список
Период
Сортировка
От Jean-Yves F. Barbier
Тема Re: What packages I need to install to get Postgres working
Дата
Msg-id 4B1C2E87.30900@gmail.com
обсуждение исходный текст
Ответ на Re: What packages I need to install to get Postgres working  (Andre Lopes <lopes80andre@gmail.com>)
Список pgsql-general
Andre Lopes a écrit :
> Hi,
>
> Thanks for your reply.
>
> I have installed postgresql 8.3, and now, what I need to do to get
> things working? Install PGAdmin? Or there are other steps I need to do

Daemons are active as soon as installation is completed.

> to get things working? For example, how can I define the password for
> access as sysadmin?

No (IF bubuntu is alike Debian): 'postgres' user don't have a password,
just:
su - (to become root)
su postgres

at this step you're postgres user and can make whatever you want
(even crap: remember Linux consider if you have the right to
become a superuser, you're considered as a responsible user
and have the right to do everything...)

--
Baltimore, n.:
    Where the women wear turtleneck sweaters to hide their flea collars.

В списке pgsql-general по дате отправления:

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: What packages I need to install to get Postgres working
Следующее
От: Postgres User
Дата:
Сообщение: How to check status of bug (42804: structure of query does not match error where using RETURN QUERY) ?