1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-24 14:22:24 +03:00

Fix grammar

backpatched to 8.1
This commit is contained in:
Peter Eisentraut
2010-07-26 20:28:35 +00:00
parent 478a890f37
commit 65ad4e3157

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/perform.sgml,v 1.82 2010/06/28 22:46:11 momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/perform.sgml,v 1.82.2.1 2010/07/26 20:28:35 petere Exp $ -->
<chapter id="performance-tips">
<title>Performance Tips</title>
@ -1086,7 +1086,7 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
<para>
You can get the effect of disabling foreign keys by using
the <option>--disable-triggers</> option &mdash; but realize that
that eliminates, rather than just postponing, foreign key
that eliminates, rather than just postpones, foreign key
validation, and so it is possible to insert bad data if you use it.
</para>
</footnote>