summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2009-02-12 13:25:33 +0000
committerBruce Momjian <bruce@momjian.us>2009-02-12 13:25:33 +0000
commiteee82d44bd1e37fc859dd3c0171604feb16abc30 (patch)
treec4e6a511cfc4bd86668a431e02751e9ae2967a45
parentb31d0719fbd9362564d560f2ea776b50392e41d0 (diff)
Remove tabs from SGML.
-rw-r--r--doc/src/sgml/ref/create_table.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml
index 70437826654..64971752eb4 100644
--- a/doc/src/sgml/ref/create_table.sgml
+++ b/doc/src/sgml/ref/create_table.sgml
@@ -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
-->
@@ -697,9 +697,9 @@ and <replaceable class="PARAMETER">table_constraint</replaceable> is:
endterm="sql-createindex-title">. The storage parameters currently
available for tables are listed below. For each parameter, there is an
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">.
- 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
no <literal>toast.autovacuum_*</literal> settings set.
</para>