postgresql.conf-8 388 B

12345678910111213
  1. # PostgreSQL's Database Directory
  2. PGDATA=/var/lib/postgresql/data
  3. # Logfile path: (NOTE: This must be uid/gid owned by the value of $PGUSER!)
  4. PGLOG=/var/lib/postgresql/data/postgresql.log
  5. # Run the PostgreSQL user as:
  6. PGUSER=postgres
  7. # Extra options to run postmaster with.
  8. # If you want to enable TCP/IP for PostgreSQL, add -i to the following:
  9. # PGOPTS="-N 1024 -B 2048 -i"
  10. PGOPTS=""