projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71d0b49
)
Minor documentation tweak.
author
Neil Conway
Thu, 7 Apr 2005 03:31:42 +0000
(
03:31
+0000)
committer
Neil Conway
Thu, 7 Apr 2005 03:31:42 +0000
(
03:31
+0000)
doc/src/sgml/storage.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/storage.sgml
b/doc/src/sgml/storage.sgml
index 118d6604d2ef71ea6fd347e65a56d3252b40892e..31bf3c365dc37fe195a7853b4efe966f8589f2b0 100644
(file)
--- a/
doc/src/sgml/storage.sgml
+++ b/
doc/src/sgml/storage.sgml
@@
-1,5
+1,5
@@
@@
-200,7
+200,7
@@
itself).
TOAST> does not constrain the rest of the representation.
All the C-level functions supporting a
TOAST>-able data type must
be careful to handle
TOAST>ed input values. (This is normally done
by invoking
PG_DETOAST_DATUM> before doing anything with an input
-value
;
but in some cases more efficient approaches are possible.)
+value
,
but in some cases more efficient approaches are possible.)