[.bashrc] createdb for new user? - Mailing list pgsql-general

From Ardell Dzaky
Subject [.bashrc] createdb for new user?
Date
Msg-id 20030612034814.80667.qmail@web20507.mail.yahoo.com
Whole thread Raw
In response to Re: createdb for new user?  (darren@crystalballinc.com)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: VACUUM output
Next
From: "Robert Fitzpatrick"
Date:
Subject: Running two versions on same server