pasman pasmañski <[email protected]> writes: > Hi. > > Is this possible to limit number of connections for given user/role? > Postgres 8.4.8.
Yes. Read up on ... create/alter role alter role $role connection limit 10; > ------------ > pasman > > -- > Sent via pgsql-general mailing list ([email protected]) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-general > -- Jerry Sievers Postgres DBA/Development Consulting e: [email protected] p: 305.321.1144 -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
