In the UPDATE documentation, "indeterminacy" is misspelled as "indeterminancy."
http://www.m-w.com/cgi-bin/dictionary?va=indeterminacy -- Michael Fuhr
Index: doc/src/sgml/ref/update.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/ref/update.sgml,v retrieving revision 1.32 diff -c -r1.32 update.sgml *** doc/src/sgml/ref/update.sgml 9 Jan 2005 05:57:45 -0000 1.32 --- doc/src/sgml/ref/update.sgml 12 Oct 2005 20:12:32 -0000 *************** *** 168,174 **** </para> <para> ! Because of this indeterminancy, referencing other tables only within sub-selects is safer, though often harder to read and slower than using a join. </para> --- 168,174 ---- </para> <para> ! 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>
---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq