postgresql_user in 010.pgsql.sh

Michael Mulligan mmulligan at intrusic.com
Mon Dec 12 08:53:50 PST 2005


The current port hardcodes the postgresql_user as "pgsql" in pgsql.sh.tmpl:

   postgresql_user=pgsql

I want to make the suggestion to make this configurable via /etc/rc.conf 
- the default would remain "pgsql":

  postgresql_user=${postgresql_user:-"pgsql"}


Thanks for considering this.


More information about the freebsd-database mailing list