diff options
Diffstat (limited to 'doc/src/sgml/maintenance.sgml')
-rw-r--r-- | doc/src/sgml/maintenance.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index 081c8fb697b..02db43f049b 100644 --- a/doc/src/sgml/maintenance.sgml +++ b/doc/src/sgml/maintenance.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.38 2004/11/15 06:32:14 neilc Exp $ +$PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.39 2004/12/13 18:05:08 petere Exp $ --> <chapter id="maintenance"> @@ -183,7 +183,7 @@ $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.38 2004/11/15 06:32:14 neil basis, consider doing it with <command>TRUNCATE</command> rather than using <command>DELETE</command> followed by <command>VACUUM</command>. <command>TRUNCATE</command> removes the - entire content of the table immediately, without recquiring a + entire content of the table immediately, without requiring a subsequent <command>VACUUM</command> or <command>VACUUM FULL</command> to reclaim the now-unused disk space. </para> @@ -502,7 +502,7 @@ pg_ctl start | rotatelogs /var/log/pgsql_log 86400 just when you need them the most. Also, on <productname>linux</>, <application>syslog</> will sync each message to disk, yielding poor performance. (You can use a <literal>-</> at the start of the file name - in the <application>syslog</> config file to disable this behavior.) + in the <application>syslog</> configuration file to disable this behavior.) </para> <para> |