Le jeudi 01 novembre 2012 à 16:49 -0500, Kevin Burton a écrit :
> I watched while the OS was installed and it looked like postgres was
> installed but the Ubuntu package apparently didn’t install it all or
> it didn’t install it correctly. 
> 


to list the postgresql related packages installed on your system, use :

dpkg -l postgres*

(note : lower case 'l')


to list the files each installed package provides, use :

dpkg -L <package-name>

e.g. : dpkg -L postgresql-client-8.4

(note : upper case 'L')


-- 
Vincent Veyron
http://marica.fr/
Logiciel de gestion des assurances sinistres et des dossiers contentieux pour 
le service juridique



-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to