Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit314ef0e

Browse files
committed
Fix grammar
backpatched to 8.1
1 parentb4d7ea5 commit314ef0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/perform.sgml

Lines changed: 2 additions & 2 deletions
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 justpostponing, foreign key
1089+
that eliminates, rather than justpostpones, 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)

[8]ページ先頭

©2009-2025 Movatter.jp