Hi, everyone! When I do some configuration work according to the chapter 2.6(Configuring RTF) of the Quickstart, I got some ridiculous problems with postmaster. I can't find the postmaster.conf file anywhere !!!!!! I installed postgresql 8.1, and set those parameters as below(add these lines in .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
Can you tell me how can I find my postmaster.conf !? Thank you very much!
