diff options
author | Neil Conway <neilc@samurai.com> | 2004-05-27 01:00:40 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2004-05-27 01:00:40 +0000 |
commit | 92b0b080eb464f1f255ac0abcf2f2cc477f52566 (patch) | |
tree | b1d5b5effb00be0b502d4147713f0490387e0978 /doc/src | |
parent | 4646a8f32fbae1581ff0a2fa259bced82fc583e7 (diff) | |
download | postgresql-92b0b080eb464f1f255ac0abcf2f2cc477f52566.tar.gz postgresql-92b0b080eb464f1f255ac0abcf2f2cc477f52566.zip |
Add an index entry for "Performance Tips". Patch from Alvaro Herrera.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/perform.sgml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/src/sgml/perform.sgml b/doc/src/sgml/perform.sgml index d49c57793b7..47792918ec6 100644 --- a/doc/src/sgml/perform.sgml +++ b/doc/src/sgml/perform.sgml @@ -1,10 +1,14 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/perform.sgml,v 1.45 2004/04/22 17:38:14 neilc Exp $ +$PostgreSQL: pgsql/doc/src/sgml/perform.sgml,v 1.46 2004/05/27 01:00:40 neilc Exp $ --> <chapter id="performance-tips"> <title>Performance Tips</title> + <indexterm zone="performance-tips"> + <primary>performance</primary> + </indexterm> + <para> Query performance can be affected by many things. Some of these can be manipulated by the user, while others are fundamental to the underlying |