Quelques infos en vrac .. Installation de PostgreSQL sur Ubuntu $ sudo apt-get install postgresql postgresql-contrib Connexion a postgres # su – postgres postgres@lnx:~$ ou $ sudo -i -u postgres postgres@lnx:~$ Création d’une db postgres@lnx:~$ createdb db_de_test Se connecter a la db (le prompt changera pour le nom de […]