Re: Users

From: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
To: PGSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Users
Date: 2000-09-25 19:52:17
Message-ID: 20000925155217.A9801@klamath.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Sep 25, 2000 at 03:45:59PM -0400, Adam Lang wrote:
> To be a user to interact with postgres, do you have to be a user on the
> system it is installed at?

No (although it's possible to set it up that way if you choose).
Database users are independent of system users.

> i.e. Jane works from home and uses a program that access the database
> remotely. Does Jane need to be a user on the database server as well as a
> user in postgresql?

All Jane needs is a Postgres account (CREATE USER ...).

HTH,

Neil

--
Neil Conway <neilconway(at)home(dot)com>
Get my GnuPG key from: http://klamath.dyndns.org/mykey.asc
Encrypted mail welcomed

I am not interested in the past. I am interested in the future for
that is where I intend to spend the rest of my life.
-- Charles F. Ketterring

In response to

  • Users at 2000-09-25 19:45:59 from Adam Lang

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-09-25 20:06:18 Re: PostgreSQL on Cobalt Raq and Cold Fusion on NT using ODBC?
Previous Message Adam Lang 2000-09-25 19:45:59 Users