Re: Missing Postgres Database

From: "Mark Wong" <markwkm(at)gmail(dot)com>
To: "Bruce, Tim" <tim(dot)bruce(at)fiserv(dot)com>
Cc: pdxpug(at)postgresql(dot)org
Subject: Re: Missing Postgres Database
Date: 2007-10-04 19:48:03
Message-ID: 70c01d1d0710041248k1f1c4da4uacb3f3065a06ed5b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pdxpug

On 10/4/07, Bruce, Tim <tim(dot)bruce(at)fiserv(dot)com> wrote:
> Hello all….
>
> I'm doing some testing on a new server and there is no postgres database. I
> can connect with the user postgres to the database template1.

Hi Tim,

I'm guessing the createdb command is what you're missing (examples at
the bottom):

http://www.postgresql.org/docs/7.4/interactive/app-createdb.html

Here is another example:

http://www.postgresql.org/docs/7.4/interactive/sql-createdatabase.html

I think that will get you a little bit further.

Regards,
Mark

In response to

Responses

Browse pdxpug by date

  From Date Subject
Next Message Bruce, Tim 2007-10-04 20:07:45 Re: Missing Postgres Database
Previous Message Bruce, Tim 2007-10-04 19:28:37 Missing Postgres Database