# http://www.isnetne.ch/isnet29/prototypes/plateforme_01/postgresql/installation/PostgreSQL_installation.txt # --------------------------------------------------------- telnet dilbert.esnig.cifom.ch postgres XXX ll ps -ef|grep postmaster si processus fonctionne, alors quelque chose comme ca: /usr/local/pgsql/bin/postmaster sinon pour démarrer le processus: source environ_postgresql731.txt /usr/local/pgsql/bin/pg_ctl -o "-i -F" -D /usr/local/pgsql/data -l /tmp/pgsql.log start et contrôle avec: ps -ef|grep postmaster Connexion sur PostgreSQl depuis la ligne de commande (superuser): psql PG11 # commande SQL ; # \q (exit)