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

From: "Florian Reiser" <florian(dot)reiser(at)ra-bc(dot)de>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Why do I need an Account to install the PostGreSQL?
Date: 2006-06-08 09:31:08
Message-ID: e68qoo$bg$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
Fhren durch przise Daten

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message operationsengineer1 2006-06-08 16:13:59 Re: Why do I need an Account to install the PostGreSQL?
Previous Message Matt Arnilo S. Baluyos (Mailing Lists) 2006-06-07 18:36:22 Re: Sorting distinct dates by year and month respectively