PgHosts

From: Medi Montaseri <medi(dot)montaseri(at)intransa(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: PgHosts
Date: 2003-03-04 02:40:26
Message-ID: 3E64121A.5060207@intransa.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I posted this question a few days ago when people were talking about PG
7.4 (or later)
features....but I guess it was not posted (processed, etc)...so here it
is again...

I am wondering if it is possible for Pg to support a feature (as in
Informix) where
I can have a host mapping configuration file such that

db = { host, database }
or
schema = { host, database, schema}
or
table = { host, database, schema, table }

Currently one has to resolve (or switch) at connect time where to
connect to, but with this
switching layer, the application can help out a bit on the HA...

Thanks

Responses

  • Re: PgHosts at 2003-03-07 16:40:07 from Bruce Momjian

Browse pgsql-general by date

  From Date Subject
Next Message Abhishek Verma 2003-03-04 06:34:11 problem : initdb is not intialising via installing postgress on mac os x
Previous Message Jean-Christian Imbeault 2003-03-04 02:22:52 Re: REINDEX syntax?