logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pgagroal_databases.conf - Limits for databases, users or both for pgagroal

Description

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

Example

# # DATABASE USER MAX_SIZE INITIAL_SIZE MIN_SIZE # all all all

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 connections INITIAL_SIZE Specifies the initial pool size for the entry. Default is 0. Requires a pgagroal_users.conf configuration MIN_SIZE Specifies the minimum pool size for the entry. Default is 0. Requires a pgagroal_users.conf configuration

Name

pgagroal_databases.conf - Limits for databases, users or both for pgagroal

Reporting Bugs

pgagroal is maintained on GitHub at https://github.com/agroal/pgagroal

See Also

pgagroal.conf(5), pgagroal_hba.conf(5), pgagroal(1), pgagroal-cli(1), pgagroal-admin(1) PGAGROAL_DATABASES.CONF(5)

See Also