Search Postgresql Archives

Re: PG vs MySQL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 29 Mar 2004, Joshua D. Drake wrote:

> > I also wonder how well the pg_hba.conf method will scale.  What happens
> > if there are hundreds of client databases or thousands of entries in 
> > pg_hba.conf?
> 
> Although I personally would like to see a pg_hba table instead of the 
> file, I would have to seariously question your implementation if you had
> hundreds of databases on a single machine.
> 
> If you need separate data spaces for each customer but the application
> uses the same schema, use namespaces within a single database.

since the purpose of the pg_hba.conf file is to ensure that you never 
manage to lock yourself out of your database, might it make sense to have 
a pg_hba table in each database that can be / will be / should be(???) 
overidden by the pg_hba.conf file, thus ensuring you never get locked out, 
but allowing the vast majority of connection configuration to be handled 
by tables, with the pg_hba.conf as an emergency procedure used to get the 
warp engines online in case some drunken ensign starts singing "I'll take 
you home Kathleen" and shuts them down. (i.e. "delete from pg_hba" or 
something like it.)???


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux