From: Neil Conway Date: Thu, 7 Apr 2005 03:31:42 +0000 (+0000) Subject: Minor documentation tweak. X-Git-Tag: REL9_0_0~10449 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5c7c017b0708083c1f609344f51dbe1f1822ca0e;p=pg-rex%2Fsyncrep.git Minor documentation tweak. --- diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index 118d6604d2..31bf3c365d 100644 --- 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 TOASTed 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.)