diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-09-25 13:53:07 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-09-25 13:53:07 -0400 |
commit | 5ced7dc16d8baf37cc0d9ee3cb8f2df5dca64ed5 (patch) | |
tree | 83946c577629504f449829fcac6ff3624c28b4cc /src/backend/executor/nodeIndexscan.c | |
parent | ed23de2692225d06458116c0aa71fe86409b4184 (diff) |
Fix examples of how to use "su" while starting the server.
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.
Diffstat (limited to 'src/backend/executor/nodeIndexscan.c')
0 files changed, 0 insertions, 0 deletions