Re: Creating a database with psql - Mailing list pgsql-general

From Michael Fuhr
Subject Re: Creating a database with psql
Date
Msg-id 20050720100549.GA43010@winnie.fuhr.org
Whole thread Raw
In response to Creating a database with psql  (Josef Springer <Josef.Springer@JOOPS.COM>)
List pgsql-general
On Wed, Jul 20, 2005 at 11:28:23AM +0200, Josef Springer wrote:
> i want to automate the startup of my database. So i have to create first
> an user and a database, second the schema, all with psql. But how can i
> create a database with psql if no database exist ?

When you first install PostgreSQL, you run initdb to initialize a
cluster.  This creates a few default databases and a database
superuser.  Then you start the backend and make connections to it
using psql or some other client.  See the "Server Administration"
part of the documentation for more information:

http://www.postgresql.org/docs/8.0/static/admin.html

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-general by date:

Previous
From: Dave Cramer
Date:
Subject: Re: [HACKERS] Problems compiling Postgresql 8.0.3 on 10.4
Next
From: Marco Colombo
Date:
Subject: Re: RAMFS with Postgres