Re: call initdb as regular user

From: John Cheng <johnlicheng(at)gmail(dot)com>
To: alexondi <alexondi(at)rambler(dot)ru>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: call initdb as regular user
Date: 2011-08-18 19:54:51
Message-ID: CAJzZBASVv5pCUSQgHoavQ4DOT5MsxXbEkNkZKn-L5rwZKz2q0w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Aug 18, 2011 at 11:59 AM, alexondi <alexondi(at)rambler(dot)ru> wrote:
> I have some single-purpose system and user can interact only with special
> software (on computer would start only this software{daemon and gui},
> postgresql and  other system daemons). And I don't wont change user when I
> call psql, pg_ctl, rsync and other stuff.
>

In that case, as long as all the processes (your daemon, gui, and
PostgreSQL, rsync) are started under the same user account, you should
be fine.

--
---
John L Cheng

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2011-08-18 20:04:22 Re: Dump a database excluding one table DATA?
Previous Message Dmitry Koterov 2011-08-18 19:49:45 Dump a database excluding one table DATA?