Re: Why do I need an Account to install the PostGreSQL?

Поиск
Список
Период
Сортировка
От Florian Reiser
Тема Re: Why do I need an Account to install the PostGreSQL?
Дата
Msg-id e68qoo$bg$1@news.hub.org
обсуждение исходный текст
Ответы Re: Why do I need an Account to install the PostGreSQL?  (<operationsengineer1@yahoo.com>)
Список pgsql-novice
Hello Robert,

> Why do I need an Account to install the PostGreSQL?
Postgres runs as a background process (Unix slang: daemon).
Because it is not dependent of the user who is working with it,
it runs under its own account. This account has also exclusive access to
the files containing the data.

> How then can I develop in my own account and also have the PostGreSQL
> running so I can test it all?
You connect with your username and password to PostgreSQL.
The database checks your rights and you can work with the db within the
rights permitted to you.

> I am confused by this.
It's a little bit confusing at first, but after some time you enjoy this way
of thinking.

> We are trying to install the latest PostGreSQL under Win32.
> Why is it so complicated?
It is not complicated. If you are having problems, describe them.
I'll help you if I can.

Regards

Florian Reiser

--
http://www.ra-bc.de
RA Unternehmensberatung
F�hren durch pr�zise Daten



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

Предыдущее
От: "Matt Arnilo S. Baluyos (Mailing Lists)"
Дата:
Сообщение: Re: Sorting distinct dates by year and month respectively
Следующее
От:
Дата:
Сообщение: Re: Why do I need an Account to install the PostGreSQL?