From be660f58209c22de81f0dbf393100bbb352470fa Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 12 Feb 2009 13:25:33 +0000 Subject: [PATCH] Remove tabs from SGML. --- doc/src/sgml/ref/create_table.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index fe8d5e81ed..ea3384ed33 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -697,9 +697,9 @@ and table_constraint 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 - toast. which can be used to control the behavior of the + toast. which can be used to control the behavior of the supplementary storage table, if any; see . - Note that the supplementary storage table inherits the + Note that the supplementary storage table inherits the autovacuum values from its parent table, if there are no toast.autovacuum_* settings set. -- 2.39.5