From: Bruce Momjian Date: Tue, 6 Mar 2001 18:11:39 +0000 (+0000) Subject: Shorten TOAST mention X-Git-Tag: REL9_0_0~21035 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4888d077be7da2af5bb37171d834c27690cf7ee3;p=pg-rex%2Fsyncrep.git Shorten TOAST mention --- diff --git a/doc/src/sgml/ref/create_type.sgml b/doc/src/sgml/ref/create_type.sgml index 4ac044dda6..76dd90552c 100644 --- a/doc/src/sgml/ref/create_type.sgml +++ b/doc/src/sgml/ref/create_type.sgml @@ -1,5 +1,5 @@ @@ -298,7 +298,7 @@ CREATE The storage 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 plain is allowed for fixed-length types). plain disables TOAST for the data type: it will always be stored in-line and not compressed.