index 118d6604d2ef71ea6fd347e65a56d3252b40892e..31bf3c365dc37fe195a7853b4efe966f8589f2b0 100644 (file)
<!--
-$PostgreSQL: pgsql/doc/src/sgml/storage.sgml,v 1.4 2005年01月10日 00:04:38 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/storage.sgml,v 1.5 2005年04月07日 03:31:42 neilc Exp $
-->
<chapter id="storage">
@@ -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>