From: | Adrian Maier <adrian(dot)maier(at)gmail(dot)com> |
---|---|
To: | Davide Negri <davide(dot)negri(at)zeropiu(dot)it> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: [HACKERS] Question on the 8.0Beta Version |
Date: | 2004-10-26 06:13:54 |
Message-ID: | cd30ef8c04102523134b9870f0@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-general pgsql-hackers pgsql-ports pgsql-sql |
On Fri, 22 Oct 2004 08:59:56 +0200, Davide Negri
<davide(dot)negri(at)zeropiu(dot)it> wrote:
> Hello,
> i have installed postgres 8.0 beta3 as a program on my pc on windows xp. I
> have read on the installation note file that postgres server will not run
> with administrative permissions. I have read on your forum that this
> happened because i have installed the beta version: is it true that this
> happen only with the beta version? When will you plan to release the
> production version?
Hello,
The fact that postgres cannot be run by Administrator is not a
"limitation" of the beta version. This is the intended behaviour
and i don't think that it would change. In UNIX, postgres
reacts the same way: it refuses to start when run by root
(root is the admin user) because it is a bad practice to start
services as root - for security reasons. This idea might be
unfamiliar for the windows users who are used to run
everything with admin rights...
(In fact, we are talking about a feature: a user does not need
to be administrator in order to run PostgreSQL).
Best wishes,
Adrian Maier
From | Date | Subject | |
---|---|---|---|
Next Message | Zhamak Dehghani | 2004-10-26 07:05:50 | DBD::PgSPI crashes database server (SIGSEGV)? |
Previous Message | Tom Lane | 2004-10-26 02:08:11 | Re: BUG #1294: Random errors (failed connection) |
From | Date | Subject | |
---|---|---|---|
Next Message | Justin Wyer | 2004-10-26 06:29:17 | Re: list fieldnames in table? (from PHP) |
Previous Message | Tom.Zschockelt | 2004-10-26 06:03:26 | counting records of schema |
From | Date | Subject | |
---|---|---|---|
Next Message | Fabien COELHO | 2004-10-26 06:24:04 | Re: Using ALTER TABLESPACE in pg_dump |
Previous Message | Curt Sampson | 2004-10-26 06:04:58 | Re: [PATCHES] ARC Memory Usage analysis |
From | Date | Subject | |
---|---|---|---|
Next Message | Stephen Weigand | 2004-10-27 18:11:22 | Problems at 'make' stage on Solaris 2.9 |
Previous Message | Harald Armin Massa | 2004-10-24 10:19:31 | Re: Question on the 8.0Beta Version |
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Boes | 2004-10-26 16:27:43 | How to recognize trigger-inserted rows? |
Previous Message | Edmund Bacon | 2004-10-25 20:08:41 | Re: plpgsql: PERFORM vs. SELECT INTO (PERFORM not setting FOUND |