]> granicus.if.org Git - postgresql/commitdiff
Remove tabs from SGML.
authorBruce Momjian <bruce@momjian.us>
Thu, 12 Feb 2009 13:25:33 +0000 (13:25 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 12 Feb 2009 13:25:33 +0000 (13:25 +0000)
doc/src/sgml/ref/create_table.sgml

index 704378266541e81c8916facdea25532918ee69c7..64971752eb4ed6d061ca329aa33037c56e87bf73 100644 (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
 -->
 
@@ -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>