|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/perform.sgml,v 1.83 2010/07/13 20:57:19 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/perform.sgml,v 1.84 2010/07/26 20:28:49 petere Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="performance-tips">
|
4 | 4 | <title>Performance Tips</title>
|
@@ -1086,7 +1086,7 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
|
1086 | 1086 | <para>
|
1087 | 1087 | You can get the effect of disabling foreign keys by using
|
1088 | 1088 | the <option>--disable-triggers</> option — but realize that
|
1089 |
| - that eliminates, rather than justpostponing, foreign key |
| 1089 | + that eliminates, rather than justpostpones, foreign key |
1090 | 1090 | validation, and so it is possible to insert bad data if you use it.
|
1091 | 1091 | </para>
|
1092 | 1092 | </footnote>
|
|