Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
PGAGROAL_DATABASES.CONF(5)    File Formats Manual   PGAGROAL_DATABASES.CONF(5)

NAME
       pgagroal_databases.conf	- Limits for databases,	users or both for pga-
       groal

DESCRIPTION
       The pgagroal_databases.conf configuration file  defines	limits	for  a
       database	or a user or both.

FORMAT
       DATABASE
	      Specifies	the database for the rule. Either specific name	or all
	      for all databases

       USER   Specifies	the user for the rule. Either specific name or all for
	      all users

       MAX_SIZE
	      Specifies	 the maximum pool size for the entry. all for all con-
	      nections

       INITIAL_SIZE
	      Specifies	the initial pool size for the entry. Default is	0. Re-
	      quires a pgagroal_users.conf configuration

       MIN_SIZE
	      Specifies	the minimum pool size for the entry. Default is	0. Re-
	      quires a pgagroal_users.conf configuration

EXAMPLE
	  #
	  # DATABASE USER  MAX_SIZE INITIAL_SIZE MIN_SIZE
	  #
	  all	     all   all

REPORTING BUGS
       pgagroal	is maintained on  GitHub  at   <https://github.com/agroal/pga-
       groal>

COPYRIGHT
       pgagroal	is licensed under the 3-clause BSD License.

SEE ALSO
       pgagroal.conf(5),  pgagroal_hba.conf(5),	 pgagroal(1), pgagroal-cli(1),
       pgagroal-admin(1)

						    PGAGROAL_DATABASES.CONF(5)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=pgagroal_databases.conf&sektion=5&manpath=FreeBSD+Ports+14.3.quarterly>

home | help