Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 314ef0e

Browse files
committed
Fix grammar
backpatched to 8.1
1 parent b4d7ea5 commit 314ef0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/perform.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22

33
<chapter id="performance-tips">
44
<title>Performance Tips</title>
@@ -1086,7 +1086,7 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
10861086
<para>
10871087
You can get the effect of disabling foreign keys by using
10881088
the <option>--disable-triggers</> option &mdash; but realize that
1089-
that eliminates, rather than just postponing, foreign key
1089+
that eliminates, rather than just postpones, foreign key
10901090
validation, and so it is possible to insert bad data if you use it.
10911091
</para>
10921092
</footnote>

0 commit comments

Comments
 (0)