In mysql there are two configuration parameters for
limiting connections:

         max_user_connections
         max_connections

the first limits the number of concurrent connexions
from a same user, is there an equivalent in
postgresql?

Postgresql seems to limit only the total number of
connexions with the parameter 'max_connections'
(postgresql.conf)

thanks.
          

___________________________________________________
Yahoo! Móviles
Personaliza tu móvil con tu logo y melodía favorito 
en http://moviles.yahoo.es

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Reply via email to