How did you install postgres? Most linux distributions have package management tools that can help you find what files a package installed. rpm or dpkg both have options to let you list the files contained in a postgres package. Failing that, you could try using locate, or run find on /etc and /var to try to find it.
Charles On Thu, 7 Jun 2007, luo yongxing wrote: > 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! >
