Re: schema proxying virtual database - Mailing list pgsql-general

From Dimitri Fontaine
Subject Re: schema proxying virtual database
Date
Msg-id m263bm3mmn.fsf@hi-media.com
Whole thread Raw
In response to schema proxying virtual database  (Rajesh Kumar Mallah <mallah.rajesh@gmail.com>)
List pgsql-general
Rajesh Kumar Mallah <mallah.rajesh@gmail.com> writes:

> my question is , is it a feasible idea to have some special kind of database
> in the postgresql cluster that mimics a schema of an existsing
> database.

Try abusing pgbouncer to this effect. Configure several pgbouncer
databases pointing to the same physical one, with different roles
e.g. having each their own search_path so that they first see their
application's schema.

Regards,
--
dim

pgsql-general by date:

Previous
From: Rajesh Kumar Mallah
Date:
Subject: schema proxying virtual database
Next
From: Harald Fuchs
Date:
Subject: Re: How to match sets?