Re: how to restart on OS X [solved]

From: Victor Spång Arthursson <victor(at)tosti(dot)dk>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: how to restart on OS X [solved]
Date: 2003-12-05 10:38:45
Message-ID: 33E23E4C-270F-11D8-8032-00039344A3C4@tosti.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>
>> Have an installation which comes from Marks site entropy.cz.
>>
>> But I can't restart the server.
>>
>> Error message:
>>
>> [indigo:~] victor% sudo /usr/local/bin/pg_ctl reload
>> pg_ctl: no database directory or environment variable $PGDATA is
>> specified
>> Try 'pg_ctl --help' for more information.
>> [indigo:~] victor%
>>
>> Please help! ;)
>>
>> Sincerely
>>
>> Victor

The following solved it:

sudo /usr/local/bin/pg_ctl reload -m immediate -D /usr/local/pgsql/data/

Sincerely

Victor

In response to

Browse pgsql-general by date

  From Date Subject
Next Message CSN 2003-12-05 11:03:58 update time zone in timestamps
Previous Message Adam Witney 2003-12-05 10:19:40 Re: how to restart on OS X