Re: two databases

From: Jean-Michel POURE <jm(dot)poure(at)freesurf(dot)fr>
To: Jodi Kanter <jkanter(at)virginia(dot)edu>, Postgres Admin List <pgsql-admin(at)postgresql(dot)org>
Subject: Re: two databases
Date: 2002-05-29 06:51:40
Message-ID: 200205290851.40532.jm.poure@freesurf.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Le Mardi 28 Mai 2002 22:09, Jodi Kanter a écrit :
> I'd like to set up two databases on one server but need information on
> securing them separately. The databases will be accessed by different
> groups, who cannot have access to the data on the other database. I assume
> that this can be done using Postgres 7.1.3. Am I correct? The database that
> I currently have setup is enforcing sign-on using the pg_passwd utility.
> Would I just need a separate pg_passwd file for the new database? Do I need
> to create a new database cluster area? Can anyone point to some
> documentation on the best way to set this up? suggestions?
> Thank you

Please note that the stable version of PostgreSQL is 7.2.1.

Documentation can be found at:
- http://www.postgresql.org/idocs -> standard documentation
- http://techdocs.postgresql.org -> technical notes
- http://pgadmin.postgresql.org -> pgAdmin2 interface

Cheers,
Jean-Michel POURE

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Bhuvan A 2002-05-29 07:24:48 Mirroring ENTIRE DATABASE.
Previous Message Nick Fankhauser 2002-05-28 22:13:38 Re: two databases