forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbc99397
committed
Fix examples of how to use "su" while starting the server.
The syntax "su -c 'command' username" is not accepted by all versions ofsu, 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 otherexamples. Per Denis Lapshin and Gábor Hidvégi.1 parent04a37a5 commitbc99397
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
286 | 286 |
| |
287 | 287 |
| |
288 | 288 |
| |
289 |
| - | |
290 |
| - | |
| 289 | + | |
| 290 | + | |
291 | 291 |
| |
292 |
| - | |
| 292 | + | |
293 | 293 |
| |
294 | 294 |
| |
295 | 295 |
| |
| |||
315 | 315 |
| |
316 | 316 |
| |
317 | 317 |
| |
318 |
| - | |
| 318 | + | |
319 | 319 |
| |
320 | 320 |
| |
321 | 321 |
| |
|
0 commit comments
Comments
(0)