[.bashrc] createdb for new user?

Поиск
Список
Период
Сортировка
От Ardell Dzaky
Тема [.bashrc] createdb for new user?
Дата
Msg-id 20030612034814.80667.qmail@web20507.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: createdb for new user?  (darren@crystalballinc.com)
Список pgsql-general
--- darren@crystalballinc.com wrote:
> You do not have the postgres bin directory in your
> search path for
> commands.
>
> run ./createdb ardell this should work
>
> HTH
> Darren

Thanks Darren!

I think it's not bad to add this 6 lines to
/home/ardell/.bashrc ?
PATH="$PATH":/usr/local/pgsql/bin
export POSTGRES_HOME=/usr/local/pgsql
export PGLIB=$POSTGRES_HOME/lib
export PGDATA=$POSTGRES_HOME/data
export MANPATH="$MANPATH":$POSTGRES_HOME/man
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH":"$PGLIB"

Or only the first line?


=====
Regards,
Ardell

__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: VACUUM output
Следующее
От: "Robert Fitzpatrick"
Дата:
Сообщение: Running two versions on same server