release notes
   | Book:
    1.9.5,
   1.9.12 (opt, FHS), 
           2.7 (FHS),
2.8 (FHS),
2.9 (FHS),
2.10 (FHS),
2.11 (FHS),
2.12 (FHS),
2.13 (FHS),
           | Wiki
   | Q&A
   
 The preferred way to set up a PostgreSQL server should be the installation of the version provided by your OS distribution; however, version 8.3 or later is required.
Install the PostgreSQL server, client and JDBC support with the tools of the operating system.
      Initialize the database directory (for PostgreSQL version 9.2 this
      is /var/lib/pgsql/9.2/data/) , start the
      database server, and make sure that it is started at system
      start-up.
    
[root] #service postgresql-9.2 initdbInitializing database: [ OK ][root] #service postgresql-9.2 startStarting postgresql-9.2 service: [ OK ][root] #chkconfig postgresql-9.2 on