Two databases on the same server, looking for idea how to restrict access.

From: Condor <condor(at)stz-bg(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Two databases on the same server, looking for idea how to restrict access.
Date: 2012-06-07 14:39:41
Message-ID: f647045f03d91e01130e852c75061e4c@stz-bg.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I have two databases on postgresql in different servers, one main
database and one secondary not much important,
but the problem is they should use some tables both for reading and
writing and the secondary postgresql should not
have access to whole database on the main database. Im thinking to
combine both databases on same server and split them
with different schema also to make load balance and some kind of
permissions to restrict secondary database to read whole
database on the main database or some kind of shared tables (files).
Any one have some ideas how I can do this ? Any ideas is welcome.

Thanks,
Hristo.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Benson Jin 2012-06-07 15:29:59 Re: Need help in transferring FP to Int64 DateTime
Previous Message Condor 2012-06-07 14:26:29 Question about load balance