diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-09-25 13:52:53 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-09-25 13:52:53 -0400 |
commit | 7d8cbeb0c3f48c6c204b742b6891a9e5e5031d15 (patch) | |
tree | 094b89fe0aad8defec89b56fd4b84e8ae190f0ac /src/backend/replication/basebackup.c | |
parent | 2a0c81a12c7e6c5ac1557b0f1f4a581f23fd4ca7 (diff) | |
download | postgresql-7d8cbeb0c3f48c6c204b742b6891a9e5e5031d15.tar.gz postgresql-7d8cbeb0c3f48c6c204b742b6891a9e5e5031d15.zip |
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/replication/basebackup.c')
0 files changed, 0 insertions, 0 deletions