projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d54ecb
)
Minor documentation tweak.
author
Neil Conway
<
[email protected]
>
Thu, 7 Apr 2005 03:31:42 +0000
(
03:31
+0000)
committer
Neil Conway
<
[email protected]
>
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 3d59a8b576a2131acadf3f53d111c7d4442174e1..b3255ddf2c1e8fb100bb611f56ee265a0c77f41f 100644
(file)
--- a/
doc/src/sgml/storage.sgml
+++ b/
doc/src/sgml/storage.sgml
@@
-200,7
+200,7
@@
itself). <acronym>TOAST</> does not constrain the rest of the representation.
All the C-level functions supporting a <acronym>TOAST</>-able data type must
be careful to handle <acronym>TOAST</>ed input values. (This is normally done
by invoking <function>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.)
</para>
<para>