Fix grammar
authorPeter Eisentraut <[email protected]>
Mon, 26 Jul 2010 20:29:09 +0000 (20:29 +0000)
committerPeter Eisentraut <[email protected]>
Mon, 26 Jul 2010 20:29:09 +0000 (20:29 +0000)
backpatched to 8.1

doc/src/sgml/perform.sgml

index 43081a42b16574b25a2f885d3dc9ab22c5a2bbd5..f15d48fa4932fb223f0e0a3abbb92cd9ff9de1a5 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/perform.sgml,v 1.71.2.1 2009/08/07 20:55:04 alvherre Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/perform.sgml,v 1.71.2.2 2010/07/26 20:29:09 petere Exp $ -->
 
  <chapter id="performance-tips">
   <title>Performance Tips</title>
@@ -1046,7 +1046,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>