Re: [GENERAL] Client Connections

2006-09-14 Thread Joshua D. Drake
Curtis Scheer wrote: Is there a setting to limit the number of database connections per IP address or client? No but you can limit per database as a whole. Joshua D. Drake Thanks, Curtis -- === The PostgreSQL Company: Command Prompt, Inc. === Sales/Support: +1.503.667.4564

Re: [GENERAL] Client Connections

2006-09-14 Thread Michael Fuhr
On Thu, Sep 14, 2006 at 10:59:09AM -0500, Curtis Scheer wrote: > Is there a setting to limit the number of database connections per IP > address or client? 8.1 has per-database and per-user connection limits; see the CONNECTION LIMIT option of {CREATE,ALTER} {DATABASE,ROLE}. http://www.postgresql

[GENERAL] Client Connections

2006-09-14 Thread Curtis Scheer
Is there a setting to limit the number of database connections per IP address or client?   Thanks,   Curtis