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.