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

From Steve Crawford
Subject Re: Where is 'createdb'?
Date
Msg-id 5092F497.5010209@pinpointresearch.com
Whole thread Raw
In response to Re: Where is 'createdb'?  ("Kevin Burton" <rkevinburton@charter.net>)
List pgsql-general
On 11/01/2012 02:49 PM, Kevin Burton wrote:

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.

You may have installed a portion of PostgreSQL - possibly just the client stuff (psql, libraries and such needed to connect to a PostgreSQL server). The deb package is usually called "postgresql-client-VERSION". Make sure you have installed the server which is just called "postgresql-VERSION".

Optionally you can install postgresql-contrib which contains a large variety of available extensions (the package installs them on your machine but you have to selectively install the specific extensions you want into your database - see "create extension" and look for info on "contrib").

You can also install a variety of languages for use in writing procedural functions in PostgreSQL (plperl, plpython, pllua, pltcl, ...).

Cheers,
Steve

pgsql-general by date:

Previous
From: Chris Angelico
Date:
Subject: Re: role does not exist
Next
From: Adrian Klaver
Date:
Subject: Re: role does not exist