projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
668c598
)
Shorten TOAST mention
author
Bruce Momjian
Tue, 6 Mar 2001 18:11:39 +0000
(18:11 +0000)
committer
Bruce Momjian
Tue, 6 Mar 2001 18:11:39 +0000
(18:11 +0000)
doc/src/sgml/ref/create_type.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_type.sgml
b/doc/src/sgml/ref/create_type.sgml
index 4ac044dda63a00c2392de1d14a035efba72097d5..76dd90552ca9c6b75e5d5768cc8f70054340bafd 100644
(file)
--- 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 T
he Oversized-Attribute Storage Technique (TOAST)
for variable-length data types
+ allows selection of T
OAST
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.