Re: Postgres under Windows

From: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>
To:
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres under Windows
Date: 2005-05-31 02:08:25
Message-ID: 429BC719.4060400@amsoftwaredesign.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ah, I didn't catch the fact that you where not doing it as the super
user (postgres)
For another account to work you need to grant that account the createdb
right.

Look up in the docs about the grant command.

Glad to hear you have it working.

Tony Caduto
http://www.amsoftwaredesign.com
Home of PG Lightning Admin for Postgresql 8.x

>The command you gave createdb.exe -h 127.0.0.1 -U
>postgres mydb is working.
>
>The system gives me the result CREATE DATABASE.
>
>Looking into pgadminiii shows the database is created.
>
>Doing the same with my user account is not working.
>
>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message bruce 2005-05-31 02:30:13 a way to reset the postgres password to nothing..
Previous Message Keary Suska 2005-05-30 22:19:50 Re: Carriage return in text fields