[.bashrc] createdb for new user?

From: Ardell Dzaky <ardellinux(at)yahoo(dot)com>
To: darren(at)crystalballinc(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: [.bashrc] createdb for new user?
Date: 2003-06-12 03:48:14
Message-ID: 20030612034814.80667.qmail@web20507.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

--- darren(at)crystalballinc(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message gunther hust 2003-06-12 03:53:13 Re: [GENERAL] MySQL gets $19.5 MM
Previous Message Tom Lane 2003-06-12 03:41:16 Re: VACUUM output