]> granicus.if.org Git - postgresql/commitdiff
Fix grammar
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 26 Jul 2010 20:30:07 +0000 (20:30 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 26 Jul 2010 20:30:07 +0000 (20:30 +0000)
backpatched to 8.1

doc/src/sgml/perform.sgml

index 53fa8210f8309d70c10a7005c500504d37afe75f..543d5bbaf5ab4a4bf4c60c35758b01bd5a987f55 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/perform.sgml,v 1.54 2005/11/04 23:14:00 petere Exp $
+$PostgreSQL: pgsql/doc/src/sgml/perform.sgml,v 1.54.2.1 2010/07/26 20:30:07 petere Exp $
 -->
 
  <chapter id="performance-tips">
@@ -912,7 +912,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>-X 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>