Fix up wording slightly. No change in content.
authorThomas G. Lockhart <lockhart@alumni.caltech.edu>
Sat, 24 Mar 2001 02:35:25 +0000 (02:35 +0000)
committerThomas G. Lockhart <lockhart@alumni.caltech.edu>
Sat, 24 Mar 2001 02:35:25 +0000 (02:35 +0000)
doc/src/sgml/ref/create_type.sgml

index b4ab79347164b095bd3273909f3c64be5655aba5..1f8e04f94e565e290ebfa442688487f2bcad383c 100644 (file)
@@ -298,11 +298,11 @@ CREATE
 
   <para>
    The <replaceable class="parameter">storage</replaceable> keyword
-   allows selection of TOAST for variable-length data types
+   allows selection of storage strategies for variable-length data types
    (only <literal>plain</literal> is allowed for fixed-length types).
    <literal>plain</literal> disables TOAST for the data type: it will always
    be stored in-line and not compressed.
-   <literal>extended</literal> is full TOAST capability: the system will
+   <literal>extended</literal> gives full TOAST capability: the system will
    first try to compress a long data value, and will move the value out of
    the main table row if it's still too long.
    <literal>external</literal> allows the value to be moved out of the main