aboutsummaryrefslogtreecommitdiff
path: root/src/backend/regex/regexec.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2012-09-25 13:52:57 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2012-09-25 13:52:57 -0400
commitf7b836eb83dce05976dd07f71c92c16a718b89f6 (patch)
tree68416ffad189c8007e66a284ba1de35237f9fb6c /src/backend/regex/regexec.c
parentd2292f6405670e1fdac13998f87b4348c71fb9e6 (diff)
downloadpostgresql-f7b836eb83dce05976dd07f71c92c16a718b89f6.tar.gz
postgresql-f7b836eb83dce05976dd07f71c92c16a718b89f6.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/regex/regexec.c')
0 files changed, 0 insertions, 0 deletions