Re: New role, no database

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Melvin Call <melvincall979(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: New role, no database
Date: 2013-05-23 21:05:47
Message-ID: 20130523210547.GH15045@eldon.alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Melvin Call escribió:
> Hello,
>
> I have a question for which I am unable to find an answer in the
> documentation, if y'all don't mind, I will ask here and hope for an
> answer.
>
> After installing PostgreSQL and logging in as the admin user of
> postgres, I have created a new user with the CREATEDB privilege. How
> does that user log in for the first time to create a DB? Am I required
> to create a default user DB when I create the user, or is there a way
> to log in with no default DB?

They can use the "postgres" database for this.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2013-05-23 21:10:00 Re: New role, no database
Previous Message Melvin Call 2013-05-23 21:01:56 New role, no database