Re: Where is 'createdb'?

Поиск
Список
Период
Сортировка
От Vincent Veyron
Тема Re: Where is 'createdb'?
Дата
Msg-id 1351893073.2466.5.camel@asus-1001PX.home
обсуждение исходный текст
Ответ на Re: Where is 'createdb'?  ("Kevin Burton" <rkevinburton@charter.net>)
Список 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 по дате отправления:

Предыдущее
От: Jesse Hathaway
Дата:
Сообщение: Long select query breaks walsending on sync slave?
Следующее
От: Joe Van Dyk
Дата:
Сообщение: alter view foo set () -- fixed in 9.2 stable, but when will it be released?