Re: Postgres under Windows - Mailing list pgsql-general

From Tony Caduto
Subject Re: Postgres under Windows
Date
Msg-id 429BC719.4060400@amsoftwaredesign.com
Whole thread Raw
In response to Re: Postgres under Windows  (Danny Gaethofs <dgaethofs@yahoo.com>)
List 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.
>
>
>
>



pgsql-general by date:

Previous
From: Keary Suska
Date:
Subject: Re: Carriage return in text fields
Next
From: "bruce"
Date:
Subject: a way to reset the postgres password to nothing..