2009-06-10 11:59

Choses non triviales à savoir :

  • Les fichiers de configuration se trouvent dans /var/lib/pgsql/data/ :
# ls /var/lib/pgsql/data/
base     pg_hba.conf    pg_multixact  pg_twophase  postgresql.conf
global   pg_ident.conf  pg_subtrans   PG_VERSION   postmaster.opts
pg_clog  pg_log         pg_tblspc     pg_xlog      postmaster.pid
  • Il faut ajouter la ligne suivante au fichier pg_hba.conf, pour autoriser les authentifications par le réseau :
host    all         all         127.0.0.1/32          md5
2009-06-10 11:59 · Tags: ,

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>