mirror of
https://github.com/postgres/postgres.git
synced 2025-12-22 17:42:17 +03:00
Don't use SGML empty tags
For DocBook XML compatibility, don't use SGML empty tags (</>) anymore, replace by the full tag name. Add a warning option to catch future occurrences. Alexander Lakhin, Jürgen Purtz
This commit is contained in:
@@ -83,8 +83,8 @@ ALTER TABLESPACE <replaceable>name</replaceable> RESET ( <replaceable class="par
|
||||
<listitem>
|
||||
<para>
|
||||
A tablespace parameter to be set or reset. Currently, the only
|
||||
available parameters are <varname>seq_page_cost</>,
|
||||
<varname>random_page_cost</> and <varname>effective_io_concurrency</>.
|
||||
available parameters are <varname>seq_page_cost</varname>,
|
||||
<varname>random_page_cost</varname> and <varname>effective_io_concurrency</varname>.
|
||||
Setting either value for a particular tablespace will override the
|
||||
planner's usual estimate of the cost of reading pages from tables in
|
||||
that tablespace, as established by the configuration parameters of the
|
||||
|
||||
Reference in New Issue
Block a user