Re: initdb

From: "Andrej Ricnik-Bay" <andrej(dot)groups(at)gmail(dot)com>
To: PG-General <pgsql-general(at)postgresql(dot)org>
Subject: Re: initdb
Date: 2007-06-17 20:33:41
Message-ID: b35603930706171333k6407428dvbe328d577d456310@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 6/18/07, John K Masters <johnmasters(at)oxtedonline(dot)net> wrote:
> I feel somewhat embarrassed to post this but I can't get past the first
> post with Postgresql. I have installed onto a Debian testing system,
> created a space for the database cluster on /usr/local/pgsql/data,
> changed owner to postgres and changed permissions to 0700.
>
> However, when I try `initdb -D /usr/local/pgsql/data' I get "Command not
> found"
>
> I've googled for this but found nothing useful.
You'll need to find a debian way to add the path to your
binary to the users (systems?) PATH ... or use the fully
qualified path to the executable.
/usr/loca/pgsql/bin/initdb -D /usr/local/pgsql/data

HIH

-- Cheers
Andrej

In response to

  • initdb at 2007-06-17 18:59:44 from John K Masters

Responses

  • Re: initdb at 2007-06-19 17:06:40 from Jeffrey Webster

Browse pgsql-general by date

  From Date Subject
Next Message John Smith 2007-06-17 20:50:41 Re: PHP sucks!! - was: persistent db connections in PHP
Previous Message Ragnar 2007-06-17 20:09:45 Re: about cursors