forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0e92519
committed
Improve documentation around logging_collector and use of stderr.
In backup.sgml, point out that you need to be using the logging collectorif you want to log messages from a failing archive_command script. (Thisis an oversimplification, in that it will work without the collector aslong as you're not sending postmaster stderr to /dev/null; but it seemslike a good idea to encourage use of the collector to avoid problemswith multiple processes concurrently scribbling on one file.)In config.sgml, do some wordsmithing of logging_collector discussion.Per bug #6518 from Janning Vygen1 parent268ca4f commit0e92519
1 file changed
+10
-3
lines changedLines changed: 10 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1259 | 1259 |
| |
1260 | 1260 |
| |
1261 | 1261 |
| |
1262 |
| - | |
1263 |
| - | |
1264 |
| - | |
1265 | 1262 |
| |
1266 | 1263 |
| |
1267 | 1264 |
| |
| |||
1290 | 1287 |
| |
1291 | 1288 |
| |
1292 | 1289 |
| |
| 1290 | + | |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
| 1294 | + | |
| 1295 | + | |
| 1296 | + | |
| 1297 | + | |
| 1298 | + | |
| 1299 | + | |
1293 | 1300 |
| |
1294 | 1301 |
| |
1295 | 1302 |
| |
|
0 commit comments
Comments
(0)