mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
Fix grammar
backpatched to 8.1
This commit is contained in:
parent
90e15467b4
commit
9bdd3b82e6
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/perform.sgml,v 1.59 2006/10/07 20:59:03 petere Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/perform.sgml,v 1.59.2.1 2010/07/26 20:29:56 petere Exp $ -->
|
||||||
|
|
||||||
<chapter id="performance-tips">
|
<chapter id="performance-tips">
|
||||||
<title>Performance Tips</title>
|
<title>Performance Tips</title>
|
||||||
@ -927,7 +927,7 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
|
|||||||
<para>
|
<para>
|
||||||
You can get the effect of disabling foreign keys by using
|
You can get the effect of disabling foreign keys by using
|
||||||
the <option>--disable-triggers</> option — but realize that
|
the <option>--disable-triggers</> option — 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.
|
validation, and so it is possible to insert bad data if you use it.
|
||||||
</para>
|
</para>
|
||||||
</footnote>
|
</footnote>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user