Skip to content
Snippets Groups Projects
Commit 23e2f9eb authored by Tom Lane's avatar Tom Lane
Browse files

Fix spelling error, per Michael Fuhr.

parent adc58f14
No related branches found
No related tags found
No related merge requests found
<!-- <!--
$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 PostgreSQL documentation
--> -->
...@@ -168,7 +168,7 @@ UPDATE <replaceable class="parameter">count</replaceable> ...@@ -168,7 +168,7 @@ UPDATE <replaceable class="parameter">count</replaceable>
</para> </para>
<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 sub-selects is safer, though often harder to read and slower than
using a join. using a join.
</para> </para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment