diff options
author | Bruce Momjian <bruce@momjian.us> | 2010-01-06 02:41:37 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2010-01-06 02:41:37 +0000 |
commit | 8cdb85b51232c6cdc0a1461d98bc6d46e6ce60c1 (patch) | |
tree | 3fcf65b26c25f23da9f2fa9f7bddf435e9bd7b37 /doc/src | |
parent | 5c82ccb1ddfc34d18de849cf6e5b2482887a87e2 (diff) |
Remove tabs in SGML.
Move OIDCHARS to proper include file.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 34f472555e5..dbccaa75691 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.242 2010/01/05 21:53:58 rhaas Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.243 2010/01/06 02:41:37 momjian Exp $ --> <chapter Id="runtime-config"> <title>Server Configuration</title> @@ -2021,7 +2021,7 @@ archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows (see <xref linkend="sql-altertablespace">). </para> - <para> + <para> Reducing this value relative to <varname>seq_page_cost</> will cause the system to prefer index scans; raising it will make index scans look relatively more expensive. You can raise |