Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 15dc7d1

Browse files
author
Thomas G. Lockhart
committed
Fix up wording slightly. No change in content.
1 parent eb3ef4e commit 15dc7d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/ref/create_type.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_type.sgml,v 1.18 2001/03/06 18:11:39 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_type.sgml,v 1.19 2001/03/24 02:35:25 thomas Exp $
33
Postgres documentation
44
-->
55

@@ -298,11 +298,11 @@ CREATE
298298

299299
<para>
300300
The <replaceable class="parameter">storage</replaceable> keyword
301-
allows selection of TOAST for variable-length data types
301+
allows selection of storage strategies for variable-length data types
302302
(only <literal>plain</literal> is allowed for fixed-length types).
303303
<literal>plain</literal> disables TOAST for the data type: it will always
304304
be stored in-line and not compressed.
305-
<literal>extended</literal> is full TOAST capability: the system will
305+
<literal>extended</literal> gives full TOAST capability: the system will
306306
first try to compress a long data value, and will move the value out of
307307
the main table row if it's still too long.
308308
<literal>external</literal> allows the value to be moved out of the main

0 commit comments

Comments
 (0)