Re: Where is 'createdb'? - Mailing list pgsql-general

From Vincent Veyron
Subject Re: Where is 'createdb'?
Date
Msg-id 1351893073.2466.5.camel@asus-1001PX.home
Whole thread Raw
In response to Re: Where is 'createdb'?  ("Kevin Burton" <rkevinburton@charter.net>)
List pgsql-general
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



pgsql-general by date:

Previous
From: Jesse Hathaway
Date:
Subject: Long select query breaks walsending on sync slave?
Next
From: Joe Van Dyk
Date:
Subject: alter view foo set () -- fixed in 9.2 stable, but when will it be released?