Re: What are the advantages of not being able to access multiple databases with one connection?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: What are the advantages of not being able to access multiple databases with one connection?
Date: 2012-11-05 22:47:58
Message-ID: 5098421E.2010103@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> functional gap here. I am not sure I'd bother implementing the
> multi-database concept today if we didn't have it already ... but it
> seems kind of pointless to rip it out given that it's already there.

It's very useful for webhosts. You can give each user their own private
database and not worry about them hacking into other peoples'.

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Palle Girgensohn 2012-11-05 22:52:21 Re: alter table tablename add column - breaks pl/pgsql function returns tablename
Previous Message Daniel Farina 2012-11-05 22:24:10 Re: Synchronous commit not... synchronous?