aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2005-04-07 03:31:42 +0000
committerNeil Conway <neilc@samurai.com>2005-04-07 03:31:42 +0000
commit5c7c017b0708083c1f609344f51dbe1f1822ca0e (patch)
treea5e4e1695b2ca365c6c5993fd2e909b4bcb8ab87 /doc/src
parent71d0b494dd74931212a8809b4e76eba02ecfb9b7 (diff)
downloadpostgresql-5c7c017b0708083c1f609344f51dbe1f1822ca0e.tar.gz
postgresql-5c7c017b0708083c1f609344f51dbe1f1822ca0e.zip
Minor documentation tweak.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/storage.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml
index 118d6604d2e..31bf3c365dc 100644
--- a/doc/src/sgml/storage.sgml
+++ b/doc/src/sgml/storage.sgml
@@ -1,5 +1,5 @@
<!--
-$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>