| From: | manuel(at)sanyres(dot)es |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Does anyone know? |
| Date: | 2001-05-16 09:17:19 |
| Message-ID: | slrn9g4e14.q0r.manuel@des01.sanyres.es |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
In article <3AF7271B(dot)F26E4DEB(at)canada(dot)com>, Jorge Escalante wrote:
> This is a multi-part message in MIME format.
> --------------FEC17414906D54BB54CF58E7
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
>
>
>
> --------------FEC17414906D54BB54CF58E7
> Content-Type: text/plain; charset=us-ascii;
> name="PostgreSQL_questions.text"
> Content-Transfer-Encoding: 7bit
> Content-Disposition: inline;
> filename="PostgreSQL_questions.text"
>
> I just got the book "PostgreSQL Introduction and Concepts" by Bruce Momjian.
> The book explains that to create the test database one has to type
> the following command at the prompt:
>
> 'createdb test'
>
> However, when I do this I get a message that reads:
> "Connection to database template1 failed.
> FATAL 1: SetUserId: user jorge is not in pg_shadow."
>
> How do I solve this problem? anyone?
>
> --------------FEC17414906D54BB54CF58E7--
>
You need to create the user.
createuser <user>
--
Manuel Cano Muñoz
------------------------------
SANYRES, S.A.
Director Dpto. Sistemas
manuel(at)sanyres(dot)com
manuel(at)sanyres(dot)es
| From | Date | Subject | |
|---|---|---|---|
| Next Message | manuel | 2001-05-16 09:29:37 | Form a field from two fields in a select |
| Previous Message | Renaud Thonnart | 2001-05-16 08:36:23 | Re: psql always ends with a SEGV: |