|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.31 2004/03/15 14:15:45 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.32 2004/03/15 14:21:30 momjian Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <chapter id="maintenance"> |
@@ -470,7 +470,7 @@ VACUUM |
470 | 470 | On many systems, however, <application>syslog</> is not very reliable, |
471 | 471 | particularly with large log messages; it may truncate or drop messages |
472 | 472 | just when you need them the most. Also, on <productname>linux</>, |
473 | | - <appication>syslog</> will sync each message to disk, yielding poor |
| 473 | + <application>syslog</> will sync each message to disk, yielding poor |
474 | 474 | performance. Use a <literal>-</> at the start of the file name |
475 | 475 | in the <application>syslog</> config file to disable this behavior. |
476 | 476 | </para> |
|