From 46349d33745d2777f5954be8eaf2a1c33df15750 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Sat, 24 Mar 2001 02:35:25 +0000 Subject: [PATCH] Fix up wording slightly. No change in content. --- doc/src/sgml/ref/create_type.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/create_type.sgml b/doc/src/sgml/ref/create_type.sgml index b4ab793471..1f8e04f94e 100644 --- a/doc/src/sgml/ref/create_type.sgml +++ b/doc/src/sgml/ref/create_type.sgml @@ -298,11 +298,11 @@ CREATE The storage keyword - allows selection of TOAST for variable-length data types + allows selection of storage strategies 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. - extended is full TOAST capability: the system will + extended gives full TOAST capability: the system will first try to compress a long data value, and will move the value out of the main table row if it's still too long. external allows the value to be moved out of the main -- 2.39.5