Re: EMBEDDED PostgreSQL

From: David Garamond <lists(at)zara(dot)6(dot)isreserved(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: EMBEDDED PostgreSQL
Date: 2005-01-25 23:06:37
Message-ID: 41F6D0FD.7030909@zara.6.isreserved.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

John DeSoi wrote:
> But on Windows 8.0 you can't run the postmaster with an administrative
> account, correct? I really wish this was configurable in the PostgreSQL
> settings (of course, defaulting to the way it is now).

I think there have been several threads debating this issue in the past
(on whether Postgres should allow running as root if the user wants to).
And in Windows case it can also be argued that Windows XP is a "single
user" OS.

But then again running as root/Administrator is a _really bad_ idea, so
bad that I'm glad there are software like Apache or Postgres which
proactively discourage this practice by flat-out refusing to run as
root/Administrator.

In Windows, if the installing user is an administrator, I don't think
it's that hard to add several lines of code in your app's installer to
create a normal user for Postgres to run as.

--
dave

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dann Corbit 2005-01-25 23:07:28 Re: visualizing B-tree index coverage
Previous Message Tom Lane 2005-01-25 22:58:46 Re: Extended unit