From: Tom Lane Date: Wed, 12 Oct 2005 23:19:22 +0000 (+0000) Subject: Fix spelling error, per Michael Fuhr. X-Git-Tag: REL8_1_0BETA4~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=23e2f9ebf701274594abeb8d36c7c01eb6b3919b;p=thirdparty%2Fpostgresql.git Fix spelling error, per Michael Fuhr. --- 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 @@ @@ -168,7 +168,7 @@ UPDATE count - 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.