mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Remove tabs in SGML.
Move OIDCHARS to proper include file.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user