From 8d54c2482b264ef621ec315f127a565ff4387042 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 13 Oct 2009 00:53:08 +0000 Subject: Code review for LIKE INCLUDING patch --- clean up some cosmetic and not so cosmetic stuff. --- doc/src/sgml/ref/create_table.sgml | 42 ++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 20 deletions(-) (limited to 'doc/src/sgml/ref/create_table.sgml') diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index a63333cb6f..5768c4cf2e 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -1,5 +1,5 @@ @@ -231,7 +231,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE - Storage parameters for the copied column definitions will only be copied - if INCLUDING STORAGE is specified. The default - behavior is to exclude storage parameters, resulting in the copied - columns in the new table having type-specific default parameters. For - more on storage parameters, see . + STORAGE settings for the copied column definitions will only + be copied if INCLUDING STORAGE is specified. The + default behavior is to exclude STORAGE settings, resulting + in the copied columns in the new table having type-specific default + settings. For more on STORAGE settings, see + . - Comments for the copied column, constraint, index and columns of index - definitions will only be copied if INCLUDING COMMENTS - is specified. The default behavior is to exclude comments, resulting in - the copied columns and constraints in the new table having no comments. + Comments for the copied columns, constraints, and indexes + will only be copied if INCLUDING COMMENTS + is specified. The default behavior is to exclude comments, resulting in + the copied columns and constraints in the new table having no comments. INCLUDING ALL is an abbreviated form of INCLUDING DEFAULTS INCLUDING CONSTRAINTS INCLUDING INDEXES INCLUDING STORAGE INCLUDING COMMENTS. - Note also that unlike INHERITS, copied columns and - constraints are not merged with similarly named columns and constraints. + Note also that unlike INHERITS, columns and + constraints copied by LIKE are not merged with similarly + named columns and constraints. If the same name is specified explicitly or in another LIKE clause, an error is signalled. @@ -752,14 +754,14 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE for @@ -775,7 +777,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE Custom parameter. Note that autovacuum will ignore attempts to set a per-table - autovacuum_freeze_min_age larger than the half system-wide + autovacuum_freeze_min_age larger than the half system-wide setting. -- cgit v1.2.1