File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/storage.sgml,v 1.4 2005/01/10 00:04:38 tgl Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/storage.sgml,v 1.5 2005/04/07 03:31:42 neilc Exp $
33-->
44
55<chapter id="storage">
@@ -200,7 +200,7 @@ itself). <acronym>TOAST</> does not constrain the rest of the representation.
200200All the C-level functions supporting a <acronym>TOAST</>-able data type must
201201be careful to handle <acronym>TOAST</>ed input values. (This is normally done
202202by invoking <function>PG_DETOAST_DATUM</> before doing anything with an input
203- value; but in some cases more efficient approaches are possible.)
203+ value, but in some cases more efficient approaches are possible.)
204204</para>
205205
206206<para>
You can’t perform that action at this time.
0 commit comments