diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-03-06 18:11:39 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-03-06 18:11:39 +0000 |
commit | 4888d077be7da2af5bb37171d834c27690cf7ee3 (patch) | |
tree | fe137f243b54619f6a3835b68338686c33ef9919 /doc/src | |
parent | 668c598a30f31ed4a250b27ef0180116d0d29d1a (diff) | |
download | postgresql-4888d077be7da2af5bb37171d834c27690cf7ee3.tar.gz postgresql-4888d077be7da2af5bb37171d834c27690cf7ee3.zip |
Shorten TOAST mention
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/create_type.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_type.sgml b/doc/src/sgml/ref/create_type.sgml index 4ac044dda63..76dd90552ca 100644 --- a/doc/src/sgml/ref/create_type.sgml +++ b/doc/src/sgml/ref/create_type.sgml @@ -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. |