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