Skip to content

PostgreSQL configuration

GradedJestRisk edited this page Apr 27, 2024 · 1 revision

Configuration

Entries:

  • configuration file postgresql.conf
  • environment variables, eg. PGDATA
  • parameters, eg postgres -c shared_buffers=256m
  • in client
    • for server (cluster): ALTER SYSTEM
    • for database : ALTER DATABASE
    • for user : ALTER ROLE