mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Shorten TOAST mention
This commit is contained in:
@ -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
|
Postgres documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -298,7 +298,7 @@ CREATE
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
The <replaceable class="parameter">storage</replaceable> keyword
|
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).
|
(only <literal>plain</literal> is allowed for fixed-length types).
|
||||||
<literal>plain</literal> disables TOAST for the data type: it will always
|
<literal>plain</literal> disables TOAST for the data type: it will always
|
||||||
be stored in-line and not compressed.
|
be stored in-line and not compressed.
|
||||||
|
Reference in New Issue
Block a user