RE: [NOVICE] Création de BD - Mailing list pgsql-novice

From JP Beaudry
Subject RE: [NOVICE] Création de BD
Date
Msg-id 001801c427b3$b07edd70$e9422ca1@amer.cisco.com
Whole thread Raw
In response to Création de BD  (dayersystem@bluewin.ch (jedi))
List pgsql-novice
I'm also a novice with Postgres, so take the following pointers with a grain
of salt.

First, take a look at the man page for createdb. Try this command at the
Linux prompt: man createdb. This will tell you where the database will
actually be created.

Second, I think your problem may have to do with the createdb file not being
executable by the user. If that is the case, you may have to change the
rights of the file with "chmod". This link provides a good explanation on
file permissions:
http://www.comptechdoc.org/os/linux/usersguide/linux_ugfilesp.html

Third, I believe you'll need postmaster running before createdb succeeds.

Hope this helps,
JP


P.S. Desole pour l'anglais, mais je crois que tu vas rejoindre une plus
grande audience de cette facon.


> -----Original Message-----
> From: pgsql-novice-owner@postgresql.org
> [mailto:pgsql-novice-owner@postgresql.org] On Behalf Of jedi
> Sent: Friday, April 16, 2004 9:48 AM
> To: pgsql-novice@postgresql.org
> Subject: [NOVICE] Création de BD
>
>
> Salut,
>
> Je débute avec Linux et ce genre d'outil...
>
> J'ai installé postgresql aujourd'hui. En fait quand j'exécute
> /usr/local/pgsql/ > createdb test
> je reçois le message suivant createdb: Permission non accordée
>
> Mon utilisateur postgres est propriétaire du dossier pgsql et de ses
> descendants.Les droits sont tous donnés...
>
> Merci d'avance
>
> Jedi
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>


pgsql-novice by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: question on forced-killing the postmaster
Next
From: "Christopher A. Goodfellow"
Date:
Subject: Timestamp Default value