> change default account name postgres to pgsql
> change daemon name postmaster to pgsqld
> change client name psql to pgsql
> change data location /var/lib/pgsql/data to /var/pgsql
> move .conf files from /var/lib/pgsql/data to /etc/pgsql
*coff*
The more correct (ie. anything but linux) place to put conf files is
/usr/local/etc/pgsql. And anyway - you can change the position of
these files at compile time...
Chris