File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/create_type.sgml,v 1.17 2001/03/05 18:42:56 momjian Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/create_type.sgml,v 1.18 2001/03/06 18:11:39 momjian Exp $
3
3
Postgres documentation
4
4
-->
5
5
@@ -298,7 +298,7 @@ CREATE
298
298
299
299
<para>
300
300
The <replaceable class="parameter">storage</replaceable> keyword
301
- allows selection of The Oversized-Attribute Storage Technique ( TOAST) for variable-length data types
301
+ allows selection of TOAST for variable-length data types
302
302
(only <literal>plain</literal> is allowed for fixed-length types).
303
303
<literal>plain</literal> disables TOAST for the data type: it will always
304
304
be stored in-line and not compressed.
You can’t perform that action at this time.
0 commit comments