projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
478a890
)
Fix grammar
author
Peter Eisentraut
Mon, 26 Jul 2010 20:28:35 +0000
(20:28 +0000)
committer
Peter Eisentraut
Mon, 26 Jul 2010 20:28:35 +0000
(20:28 +0000)
backpatched to 8.1
doc/src/sgml/perform.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/perform.sgml
b/doc/src/sgml/perform.sgml
index b69813cedbaef4ce31ea930b4349d34ed497e377..43073703406baa45ff7e0436bfe15d059b8f0773 100644
(file)
--- a/
doc/src/sgml/perform.sgml
+++ b/
doc/src/sgml/perform.sgml
@@
-1,4
+1,4
@@
-
+
Performance Tips
@@
-1086,7
+1086,7
@@
SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
You can get the effect of disabling foreign keys by using
the
--disable-triggers> option — but realize that
- that eliminates, rather than just postpon
ing
, foreign key
+ that eliminates, rather than just postpon
es
, foreign key
validation, and so it is possible to insert bad data if you use it.