Re: Where is 'createdb'?

From: Vincent Veyron <vv(dot)lists(at)wanadoo(dot)fr>
To: Kevin Burton <rkevinburton(at)charter(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Where is 'createdb'?
Date: 2012-11-02 21:51:13
Message-ID: 1351893073.2466.5.camel@asus-1001PX.home
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joe Van Dyk 2012-11-02 22:15:18 alter view foo set () -- fixed in 9.2 stable, but when will it be released?
Previous Message Fujii Masao 2012-11-02 15:27:39 Re: When do archived WAL files gets removed after wal_keep_segments changed?