From: | jaime soler <jaime(dot)soler(at)gmail(dot)com> |
---|---|
To: | Diego Octavio Gutierrez Ortiz <diego(dot)o(dot)gutierrez(dot)o(at)gmail(dot)com> |
Cc: | pgadmin-support(at)postgresql(dot)org |
Subject: | Re: PostgreSQL need for OpenProject installation for mac |
Date: | 2014-10-09 12:43:18 |
Message-ID: | 1412858598.11127.7.camel@enterprisedb01 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
El lun, 06-10-2014 a las 21:18 +0200, Diego Octavio Gutierrez Ortiz
escribió:
> Dear Sir,
>
> I am a total novice to PostgreSQL, which I came by when following the instructions for the installation of OpenProject :
>
> https://www.openproject.org/projects/openproject/wiki/Installation_MacOS
>
> I think I am supposed to open a PostgreSQL console, and paste this :
>
> CREATE ROLE openproject LOGIN ENCRYPTED PASSWORD 'my_password' NOINHERIT VALID UNTIL 'infinity'; CREATE DATABASE openproject WITH ENCODING='UTF8' OWNER=openproject;
>
> but I have no clue about how to open that console.I’ve tried “psql”, but it request a password that I do not remember to have set.
>
> Do any of you know what are the commands I should be using ?
All the questions relative to postgresql should be asked to postgresql
list ( pgsql-general(at)postgresql(dot)org )
>
> Many thanks,
> Diego
>
From | Date | Subject | |
---|---|---|---|
Next Message | Sam Mesh | 2014-10-09 18:37:36 | Re: CTE error for F6 (execute pgScript), F5 (execute query) is OK |
Previous Message | Diego Octavio Gutierrez Ortiz | 2014-10-06 19:18:59 | PostgreSQL need for OpenProject installation for mac |