projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adc58f1
)
Fix spelling error, per Michael Fuhr.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 12 Oct 2005 23:19:22 +0000
(23:19 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 12 Oct 2005 23:19:22 +0000
(23:19 +0000)
doc/src/sgml/ref/update.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/update.sgml
b/doc/src/sgml/ref/update.sgml
index d8a662c13f92607ce6e82edfa82c68a2e1c113b1..0e354af969e68ef0669f677755d746f99ac6f416 100644
(file)
--- 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.3
2 2005/01/09 05:57:45
tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/update.sgml,v 1.3
3 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 indetermina
n
cy, 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>