postgresql_user in 010.pgsql.sh
Michael Mulligan <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.database |
|---|---|
| Organization | Intrusic, Inc |
| Message-ID | <[email protected]> |
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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-database
To unsubscribe, send any mail to "[email protected]"