diff options
| author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2009-02-09 20:57:59 +0000 |
|---|---|---|
| committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2009-02-09 20:57:59 +0000 |
| commit | 834a6da4f72dc8e1bf95e5158033c54369df0cc5 (patch) | |
| tree | 179f879f9ba95fac5a68f3033f7a02236c09af4f /doc/src/sgml/ref/alter_table.sgml | |
| parent | 57b10ebcd4896767576f25d3bd9a62382d740f02 (diff) | |
Update autovacuum to use reloptions instead of a system catalog, for
per-table overrides of parameters.
This removes a whole class of problems related to misusing the catalog,
and perhaps more importantly, gives us pg_dump support for the parameters.
Based on a patch by Euler Taveira de Oliveira, heavily reworked by me.
Diffstat (limited to 'doc/src/sgml/ref/alter_table.sgml')
| -rw-r--r-- | doc/src/sgml/ref/alter_table.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index b19c89f4211..a86ffbba811 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.102 2008/12/13 19:13:44 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.103 2009/02/09 20:57:59 alvherre Exp $ PostgreSQL documentation --> @@ -286,7 +286,8 @@ where <replaceable class="PARAMETER">action</replaceable> is one of: <listitem> <para> This form changes one or more storage parameters for the table. See - <xref linkend="SQL-CREATETABLE" endterm="sql-createtable-title"> + <xref linkend="SQL-CREATETABLE-storage-parameters" + endterm="sql-createtable-storage-parameters-title"> for details on the available parameters. Note that the table contents will not be modified immediately by this command; depending on the parameter you might need to rewrite the table to get the desired effects. |
