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

doc/src/sgml/perform.sgml

index be5ec9f2c2ea43595367f88537f4c6005fc9aec7..265f29a462b4534d250780399d679eab543eedac 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/perform.sgml,v 1.68 2007/12/28 21:03:31 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/perform.sgml,v 1.68.2.1 2010/07/26 20:29:35 petere Exp $ -->
 
  <chapter id="performance-tips">
   <title>Performance Tips</title>
@@ -1030,7 +1030,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>