Re: createdb for new user?

From: darren(at)crystalballinc(dot)com
To: Ardell Dzaky <ardellinux(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: createdb for new user?
Date: 2003-06-12 02:50:22
Message-ID: Pine.LNX.4.44.0306112249430.19457-100000@thread.crystalballinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You do not have the postgres bin directory in your search path for
commands.

run ./createdb ardell this should work

HTH
Darren

On Wed, 11 Jun 2003, Ardell Dzaky wrote:

> Hi folks,
>
> As 'postgres su' I have created new postgres user
> $ createuser ardell
> ....allowed to create database? yes
> ....allowed to create more new users? no
> CREATE USER
>
> Than login as new user
> $ su - ardell
> $ createdb test
> bash: createdb: command not found
>
> Can new user 'ardell' create a db?
> How fix this problem?
> Many thanks!
>
> =====
> Regards,
> Ardell
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
> http://calendar.yahoo.com
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

--
Darren Ferguson

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Avi Schwartz 2003-06-12 03:12:00 Re: Postgres performance comments from a MySQL user
Previous Message Tom Lane 2003-06-12 02:40:16 Re: Performance of query (fwd)