Remove tabs from SGML.

This commit is contained in:
Bruce Momjian 2009-02-12 13:25:33 +00:00
parent b31d0719fb
commit eee82d44bd

View File

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/create_table.sgml,v 1.113 2009/02/09 20:57:59 alvherre Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/create_table.sgml,v 1.114 2009/02/12 13:25:33 momjian Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -697,9 +697,9 @@ and <replaceable class="PARAMETER">table_constraint</replaceable> is:
endterm="sql-createindex-title">. The storage parameters currently endterm="sql-createindex-title">. The storage parameters currently
available for tables are listed below. For each parameter, there is an available for tables are listed below. For each parameter, there is an
additional, identically named parameter, prefixed with additional, identically named parameter, prefixed with
<literal>toast.</literal> which can be used to control the behavior of the <literal>toast.</literal> which can be used to control the behavior of the
supplementary storage table, if any; see <xref linkend="storage-toast">. supplementary storage table, if any; see <xref linkend="storage-toast">.
Note that the supplementary storage table inherits the Note that the supplementary storage table inherits the
<literal>autovacuum</literal> values from its parent table, if there are <literal>autovacuum</literal> values from its parent table, if there are
no <literal>toast.autovacuum_*</literal> settings set. no <literal>toast.autovacuum_*</literal> settings set.
</para> </para>