]> granicus.if.org Git - postgresql/commitdiff
Shorten TOAST mention
authorBruce Momjian <bruce@momjian.us>
Tue, 6 Mar 2001 18:11:39 +0000 (18:11 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 6 Mar 2001 18:11:39 +0000 (18:11 +0000)
doc/src/sgml/ref/create_type.sgml

index 4ac044dda63a00c2392de1d14a035efba72097d5..76dd90552ca9c6b75e5d5768cc8f70054340bafd 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_type.sgml,v 1.17 2001/03/05 18:42:56 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_type.sgml,v 1.18 2001/03/06 18:11:39 momjian Exp $
 Postgres documentation
 -->
 
@@ -298,7 +298,7 @@ CREATE
 
   <para>
    The <replaceable class="parameter">storage</replaceable> keyword
-   allows selection of The Oversized-Attribute Storage Technique (TOAST) for variable-length data types
+   allows selection of TOAST 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.