Re: User rights across databases

From: Dado Feigenblatt <dado(at)wildbrain(dot)com>
To: pgsql General List <pgsql-general(at)postgresql(dot)org>
Subject: Re: User rights across databases
Date: 2001-12-12 18:27:37
Message-ID: 3C17A199.5080802@wildbrain.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Users are global for all the databases.
Permissions apply to table ids, not to their names.

Francisco Reyes wrote:

>Do user permissions exist accros databases?
>I have two databases, one production one test, where I have tables with
>the same names. I was going to add users to the test database and the
>server responded that the users already existed. How are the permissions
>controlled for tables with the same name accros different databases?
>
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 6: Have you searched our list archives?
>
>http://archives.postgresql.org
>
>
>

--
Dado Feigenblatt Wild Brain, Inc.
Technical Director (415) 216-2053
dado(at)wildbrain(dot)com San Francisco, CA.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Javier Dussaillant 2001-12-12 18:33:01 Re: Select .. Having vs computer fields
Previous Message Stephan Szabo 2001-12-12 18:25:38 Re: Understanding Transactions