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.REL9_1_STABLE
parent
04a37a5716
commit
bc99397563
Loading…
Reference in new issue