hello there to all again. im here again ask for help.
i already have installed apache + postgresQL and php into my notebook.
heres my prob. i have set my dir data to /usr/local/pgsql/data by doing tlike this:
editing my /home/postgres.bashrc and appended the following lines
Code:
PGDATA=home/postgres/data
PATH="$PATH:/usr/local/pgsql/bin"
export PGDATA PATH
and issue the command:
/usr/local/pgsql/bin/postmaster -D /home/potgres/data
now i want them(dir data file) to trasfer to '/var/pgsql/data'. i dont know how to do it. can any one show me how to do it step-by-step and nicely?
pls help..