Re: new feature: LDAP database name resolution
Philip Warner <pjw@rhyme.com.au>
From: Philip Warner <pjw@rhyme.com.au>
To: Albe Laurenz <all@adv.magwien.gv.at>
Cc: pgsql-hackers@postgresql.org
Date: 2006-02-20T15:34:40Z
Lists: pgsql-hackers
Albe Laurenz wrote:
> We sometimes need to move a database from one machine to another
> (hardware old/broken, upgrades, etc.). Now whenever a database is
> moved to a different computer, all the clients have to address the
> database at the new hostname.
>
A lower-tech solution is:
http://freshmeat.net/projects/postgresql-relay/
It sits on top of PG and intercepts the connection protocol, as I
understand it. Seems to work...