| From: | Michael Fuhr <mike(at)fuhr(dot)org> |
|---|---|
| To: | Curtis Scheer <Curtis(at)DAYCOS(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Client Connections |
| Date: | 2006-09-14 16:14:03 |
| Message-ID: | 20060914161403.GA59971@winnie.fuhr.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
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.org/docs/8.1/interactive/sql-createdatabase.html
http://www.postgresql.org/docs/8.1/interactive/sql-alterdatabase.html
http://www.postgresql.org/docs/8.1/interactive/sql-createrole.html
http://www.postgresql.org/docs/8.1/interactive/sql-alterrole.html
--
Michael Fuhr
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Berend Tober | 2006-09-14 16:15:35 | Re: PostgreSQL slammed by PHP creator |
| Previous Message | AgentM | 2006-09-14 16:00:10 | Re: PostgreSQL slammed by PHP creator |