Re: Limit connections per username - Mailing list pgsql-general

From Stefan Kaltenbrunner
Subject Re: Limit connections per username
Date
Msg-id 46975FE5.7050600@kaltenbrunner.cc
Whole thread Raw
In response to Limit connections per username  (Nik <XLPizza@gmail.com>)
List pgsql-general
Nik wrote:
> PostgreSQL 8.2 on Windows 2003 Server.
>
> Is it possible to limit number of connections per username?

yes - look for CONNECTION LIMIT on:

http://www.postgresql.org/docs/8.2/static/sql-createrole.html
and
http://www.postgresql.org/docs/8.2/static/sql-alterrole.html


Stefan

pgsql-general by date:

Previous
From: Robert Treat
Date:
Subject: Re: Force SSL / username combination
Next
From: Stefan Kaltenbrunner
Date:
Subject: Re: Limit number connections by IP