mirror of https://github.com/postgres/postgres
The syntax "su -c 'command' username" is not accepted by all versions of su, for example not OpenBSD's. More portable is "su username -c 'command'". So change runtime.sgml to recommend that syntax. Also, add a -D switch to the OpenBSD example script, for consistency with other examples. Per Denis Lapshin and Gábor Hidvégi.REL8_3_STABLE
parent
891155af45
commit
3b6460ab6f
Loading…
Reference in new issue