aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-10-12 23:19:22 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-10-12 23:19:22 +0000
commit23e2f9ebf701274594abeb8d36c7c01eb6b3919b (patch)
treec22bf4a938c1b1479d498f8d4d7589534e941e07
parentadc58f145c8c6deb4235b3926218bc8d205ad72f (diff)
downloadpostgresql-23e2f9ebf701274594abeb8d36c7c01eb6b3919b.tar.gz
postgresql-23e2f9ebf701274594abeb8d36c7c01eb6b3919b.zip
Fix spelling error, per Michael Fuhr.
-rw-r--r--doc/src/sgml/ref/update.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/update.sgml b/doc/src/sgml/ref/update.sgml
index d8a662c13f9..0e354af969e 100644
--- a/doc/src/sgml/ref/update.sgml
+++ b/doc/src/sgml/ref/update.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/update.sgml,v 1.32 2005/01/09 05:57:45 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/update.sgml,v 1.33 2005/10/12 23:19:22 tgl Exp $
PostgreSQL documentation
-->
@@ -168,7 +168,7 @@ UPDATE <replaceable class="parameter">count</replaceable>
</para>
<para>
- Because of this indeterminancy, referencing other tables only within
+ Because of this indeterminacy, referencing other tables only within
sub-selects is safer, though often harder to read and slower than
using a join.
</para>